Add squashfs tools to image

This commit is contained in:
zontreck 2024-07-24 01:11:05 -07:00
parent a8c7accc50
commit aed1f2be2d

View file

@ -33,4 +33,7 @@ RUN wget https://github.com/AppImage/AppImageKit/releases/download/continuous/ap
# workaround AppImage issues with Docker
RUN cd /opt/; chmod +x appimagetool; sed -i 's|AI\x02|\x00\x00\x00|' appimagetool; ./appimagetool --appimage-extract
RUN mv /opt/squashfs-root /opt/appimagetool.AppDir
RUN ln -s /opt/appimagetool.AppDir/AppRun /usr/local/bin/appimagetool
RUN ln -s /opt/appimagetool.AppDir/AppRun /usr/local/bin/appimagetool
# Install AppImage requirements
RUN apt-get install -y squashfs-tools