mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
base images improvements
This commit is contained in:
parent
a3087623c1
commit
9736cba0e8
@ -52,7 +52,8 @@ RUN apt-get update && \
|
||||
libavcodec-dev \
|
||||
libsdl2-dev \
|
||||
libsdl-image1.2-dev \
|
||||
libxml2-dev yasm \
|
||||
libxml2-dev \
|
||||
yasm \
|
||||
devscripts \
|
||||
automake \
|
||||
libtool \
|
||||
@ -64,7 +65,6 @@ RUN apt-get update && \
|
||||
zlib1g \
|
||||
zlib1g-dev \
|
||||
libssl-dev \
|
||||
libxml2-dev \
|
||||
libxslt-dev \
|
||||
libgd-dev \
|
||||
libpcre3-dev \
|
||||
|
@ -9,7 +9,7 @@ RUN rm -rfv /etc/apt/sources.list
|
||||
COPY sources.list /etc/apt/sources.list
|
||||
RUN apt update && \
|
||||
apt autoremove -y && \
|
||||
apt-get install -y libc6 && \
|
||||
apt-get install -y libc6 libxml2-utils && \
|
||||
apt upgrade -y && \
|
||||
apt dist-upgrade -y && \
|
||||
apt autoremove -y
|
||||
|
Loading…
Reference in New Issue
Block a user