appimage build: pin glibc version in docker image, for reproducibility

fixes #6357
This commit is contained in:
SomberNight 2020-07-08 23:54:54 +02:00
parent 3b5b020941
commit 995250948a
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -24,6 +24,7 @@ RUN apt-get update -q && \
libzbar0=0.10+doc-10ubuntu1 \
libdbus-1-3=1.10.6-1ubuntu3.6 \
libxkbcommon-x11-0=0.5.0-1ubuntu2.1 \
libc6-dev=2.23-0ubuntu11.2 \
&& \
rm -rf /var/lib/apt/lists/* && \
apt-get autoremove -y && \