Browse Source

appimage: update package (libc) in dockerfile

Ubuntu no longer serves old version
patch-4
SomberNight 3 years ago
parent
commit
cdfc75ff2b
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 6
      contrib/build-linux/appimage/Dockerfile

6
contrib/build-linux/appimage/Dockerfile

@ -49,9 +49,9 @@ RUN apt-get update -q && \
libxcb-util1=0.4.0-0ubuntu3 \
libxcb-render-util0=0.3.9-1 \
libx11-xcb1=2:1.6.4-3ubuntu0.4 \
libc6-dev=2.27-3ubuntu1.4 \
libc6=2.27-3ubuntu1.4 \
libc-dev-bin=2.27-3ubuntu1.4 \
libc6-dev=2.27-3ubuntu1.5 \
libc6=2.27-3ubuntu1.5 \
libc-dev-bin=2.27-3ubuntu1.5 \
&& \
rm -rf /var/lib/apt/lists/* && \
apt-get autoremove -y && \

Loading…
Cancel
Save