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 34022be commit 40fd0d0Copy full SHA for 40fd0d0
etc/Dockerfile
@@ -13,7 +13,8 @@ ARG GO_VERSION
13
ARG ARCH
14
ARG OS
15
16
-RUN apt-get -y install software-properties-common curl \
+RUN apt-get -y update \
17
+ && apt-get -y install software-properties-common curl \
18
&& add-apt-repository -y ppa:ubuntuhandbook1/ffmpeg6 \
19
&& apt-get -y update \
20
&& apt-get -y install libavcodec-dev libavdevice-dev libavfilter-dev libavutil-dev libswscale-dev libswresample-dev
0 commit comments