We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd86462 commit 135a841Copy full SHA for 135a841
Dockerfile
@@ -1,14 +1,7 @@
1
FROM node:12.16.2-stretch
2
3
4
-ENV DEBIAN_FRONTEND=noninteractive
5
-RUN echo "deb http://deb.debian.org/debian stretch main" > /etc/apt/sources.list \
6
- && echo "deb-src http://deb.debian.org/debian stretch main" >> /etc/apt/sources.list \
7
- && echo "deb http://deb.debian.org/debian stretch-updates main" >> /etc/apt/sources.list \
8
- && echo "deb-src http://deb.debian.org/debian stretch-updates main" >> /etc/apt/sources.list \
9
- && echo "deb http://security.debian.org/debian-security stretch/updates main" >> /etc/apt/sources.list \
10
- && echo "deb-src http://security.debian.org/debian-security stretch/updates main" >> /etc/apt/sources.list
11
-
+COPY sources.list /etc/apt/sources.list
12
RUN apt update && apt install ffmpeg -y
13
14
0 commit comments