Browse Source

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

fixes #6357
bip39-recovery
SomberNight 5 years ago
parent
commit
995250948a
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      contrib/build-linux/appimage/Dockerfile

1
contrib/build-linux/appimage/Dockerfile

@ -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 && \

Loading…
Cancel
Save