Skip to content

Commit

Permalink
Update Dockerfile_ub1804
Browse files Browse the repository at this point in the history
  • Loading branch information
fyookball committed May 19, 2021
1 parent c48ea41 commit 35abc7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/build-linux/appimage/Dockerfile_ub1804
Expand Up @@ -10,7 +10,7 @@ RUN echo deb ${UBUNTU_MIRROR} bionic main restricted universe multiverse > /etc/
echo deb ${UBUNTU_MIRROR} bionic-security main restricted universe multiverse >> /etc/apt/sources.list && \
apt-get update -q && \
apt-get install -qy \
git=1:2.17.1-1ubuntu0.7 \
git=1:2.17.1-1ubuntu0.8 \
wget=1.19.4-1ubuntu2.2 \
make=4.1-9.1ubuntu1 \
autotools-dev=20180224.1 \
Expand All @@ -32,7 +32,7 @@ RUN echo deb ${UBUNTU_MIRROR} bionic main restricted universe multiverse > /etc/
zlib1g-dev=1:1.2.11.dfsg-0ubuntu2 \
libfreetype6=2.8.1-2ubuntu2.1 \
libfontconfig1=2.12.6-0ubuntu2 \
libssl-dev=1.1.1-1ubuntu2.1~18.04.7 \
libssl-dev=1.1.1-1ubuntu2.1~18.04.9 \
rustc=1.47.0+dfsg1+llvm-1ubuntu1~18.04.1 \
&& \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit 35abc7c

Please sign in to comment.