Update Dockerfile
This commit is contained in:
@@ -16,8 +16,8 @@ COPY patches/ /tmp/patches/
|
|||||||
RUN \
|
RUN \
|
||||||
echo "**** install build packages ****" && \
|
echo "**** install build packages ****" && \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
libcrypto1.1 \
|
libcrypto1.1=1.1.1t-r3 \
|
||||||
libssl1.1 \
|
libssl1.1=1.1.1t-r3 \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
bsd-compat-headers \
|
bsd-compat-headers \
|
||||||
@@ -133,11 +133,11 @@ RUN \
|
|||||||
ffmpeg-libs \
|
ffmpeg-libs \
|
||||||
gnu-libiconv \
|
gnu-libiconv \
|
||||||
gzip \
|
gzip \
|
||||||
libcrypto1.1 \
|
libcrypto1.1=1.1.1t-r3 \
|
||||||
|
libssl1.1=1.1.1t-r3 \
|
||||||
libcurl \
|
libcurl \
|
||||||
libdvbcsa \
|
libdvbcsa \
|
||||||
libhdhomerun-libs \
|
libhdhomerun-libs \
|
||||||
libssl1.1 \
|
|
||||||
libva \
|
libva \
|
||||||
mesa-dri-ati \
|
mesa-dri-ati \
|
||||||
libvpx \
|
libvpx \
|
||||||
|
|||||||
Reference in New Issue
Block a user