Update Dockerfile

This commit is contained in:
STAM 2019-09-25 21:06:48 +03:00 committed by GitHub
parent 013210adbb
commit 0229359002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ RUN mkdir -p ${SRC_DIR} ${EXPORT_DIR} ${PRE_DIR}
##################################################################
RUN rm /etc/apt/sources.list
COPY sources.list /etc/apt/sources.list
RUN apt update && apt dist-upgrade -y
RUN apt autoremove -y && apt update && apt dist-upgrade -y
##################################################################
# steam runtime and ssdk
@ -108,7 +108,7 @@ RUN apt-get update && \
libcrypto++-dev \
libbz2-dev \
libvpx-dev \
libvpx6 \
libvpx6=1.8.1-dmo1 \
tcl
##################################################################