pidgin/builders

Small tweak to the app image builder

20 months ago, Gary Kramlich
5d2b5b1597d8
Parents c791f0e575a8
Children 5eeb54835c2d
Small tweak to the app image builder
--- a/Dockerfile.appimage-x86_64 Tue Aug 23 17:05:17 2022 -0500
+++ b/Dockerfile.appimage-x86_64 Sun Aug 28 23:50:02 2022 -0500
@@ -13,7 +13,7 @@
RUN set -ex && \
apt-get update && \
- apt-get install -y python3-pip patchelf && \
+ apt-get install -y python3-pip patchelf squashfs-tools-ng && \
apt-get clean -y && \
rm -rf /var/lib/apt/lists && \
pip3 install git+https://github.com/AppImageCrafters/appimage-builder.git