Skip to content

Commit

Permalink
Update Linux Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
OPReturnCode committed Dec 18, 2021
1 parent 2f4c124 commit acfaa70
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion contrib/build-linux/appimage/Dockerfile_ub1804
Expand Up @@ -28,13 +28,26 @@ RUN echo deb ${UBUNTU_MIRROR} bionic main restricted universe multiverse > /etc/
libpcsclite-dev=1.8.23-1 \
swig=3.0.12-1 \
libxkbcommon-x11-0=0.8.2-1~ubuntu18.04.1 \
libxcb1=1.13-2~ubuntu18.04 \
libxcb-icccm4=0.4.1-1ubuntu1 \
libxcb-image0=0.4.0-1build1 \
libxcb-keysyms1=0.4.0-1 \
libxcb-randr0=1.13-2~ubuntu18.04 \
libxcb-render-util0=0.3.9-1 \
libxcb-render0=1.13-2~ubuntu18.04 \
libxcb-shape0=1.13-2~ubuntu18.04 \
libxcb-shm0=1.13-2~ubuntu18.04 \
libxcb-sync1=1.13-2~ubuntu18.04 \
libxcb-util1=0.4.0-0ubuntu3 \
libxcb-xfixes0=1.13-2~ubuntu18.04 \
libxcb-xinerama0=1.13-2~ubuntu18.04 \
libxcb-xkb1=1.13-2~ubuntu18.04 \
libx11-xcb1=2:1.6.4-3ubuntu0.4 \
autopoint=0.19.8.1-6ubuntu0.3 \
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.13 \
libssl-dev=1.1.1-1ubuntu2.1~18.04.14 \
rustc=1.53.0+dfsg1+llvm-4ubuntu1~18.04.1 \
&& \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit acfaa70

Please sign in to comment.