mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-03-05 13:30:33 -05:00
use apt-get instead of apt
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
FROM node:14.17-slim
|
||||
|
||||
# Video support dependency
|
||||
RUN apt update && apt install -y ffmpeg
|
||||
RUN apt-get update && apt-get install -y ffmpeg
|
||||
|
||||
# Install NPM dependencies and copy the project
|
||||
WORKDIR /teddit
|
||||
|
||||
Reference in New Issue
Block a user