Add squashfs tools to image
This commit is contained in:
parent
a8c7accc50
commit
aed1f2be2d
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue