Skip to content

Commit bd86462

Browse files
committed
chore: Update Dockerfile to include Debian package sources for ffmpeg installation
1 parent e36a733 commit bd86462

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM node:12.16.2-stretch
22

3+
4+
ENV DEBIAN_FRONTEND=noninteractive
35
RUN echo "deb http://deb.debian.org/debian stretch main" > /etc/apt/sources.list \
46
&& echo "deb-src http://deb.debian.org/debian stretch main" >> /etc/apt/sources.list \
57
&& echo "deb http://deb.debian.org/debian stretch-updates main" >> /etc/apt/sources.list \

0 commit comments

Comments
 (0)