mirror of
https://codeberg.org/teddit/teddit
synced 2025-01-09 17:12:25 +01:00
use apt-get instead of apt
This commit is contained in:
parent
d315051a7b
commit
3ad64d5c87
@ -2,7 +2,7 @@
|
|||||||
FROM node:14.17-slim
|
FROM node:14.17-slim
|
||||||
|
|
||||||
# Video support dependency
|
# 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
|
# Install NPM dependencies and copy the project
|
||||||
WORKDIR /teddit
|
WORKDIR /teddit
|
||||||
|
Loading…
Reference in New Issue
Block a user