Skip to content

Commit 40fd0d0

Browse files
committed
Updated
1 parent 34022be commit 40fd0d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

etc/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ ARG GO_VERSION
1313
ARG ARCH
1414
ARG OS
1515

16-
RUN apt-get -y install software-properties-common curl \
16+
RUN apt-get -y update \
17+
&& apt-get -y install software-properties-common curl \
1718
&& add-apt-repository -y ppa:ubuntuhandbook1/ffmpeg6 \
1819
&& apt-get -y update \
1920
&& apt-get -y install libavcodec-dev libavdevice-dev libavfilter-dev libavutil-dev libswscale-dev libswresample-dev

0 commit comments

Comments
 (0)