Skip to content

Commit

Permalink
chore: Update Dockerfile to include Debian package sources for ffmpeg…
Browse files Browse the repository at this point in the history
… installation
  • Loading branch information
s045pd committed Jul 4, 2024
1 parent e36a733 commit bd86462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:12.16.2-stretch


ENV DEBIAN_FRONTEND=noninteractive
RUN echo "deb http://deb.debian.org/debian stretch main" > /etc/apt/sources.list \
&& echo "deb-src http://deb.debian.org/debian stretch main" >> /etc/apt/sources.list \
&& echo "deb http://deb.debian.org/debian stretch-updates main" >> /etc/apt/sources.list \
Expand Down

0 comments on commit bd86462

Please sign in to comment.