We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0a22a commit 3d6d980Copy full SHA for 3d6d980
dockerfiles/Dockerfile.cli
@@ -33,13 +33,7 @@ RUN cd marblerun && export SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct) && cd /m
33
34
# create AppImage
35
RUN chmod +x linuxdeploy-x86_64.AppImage && touch marblerun.svg \
36
- # workaround for reproducibility based on https://github.com/AppImage/AppImageKit/issues/929#issuecomment-926001098
37
&& /linuxdeploy-x86_64.AppImage --appimage-extract \
38
- && cd squashfs-root/plugins/linuxdeploy-plugin-appimage/appimagetool-prefix/usr/lib/appimagekit \
39
- && mv mksquashfs mksquashfs_orig \
40
- && echo '$0_orig $(echo $* | sed -e "s/-mkfs-time 0//")' > mksquashfs \
41
- && chmod +x mksquashfs \
42
- && cd / \
43
# create AppDir
44
&& squashfs-root/AppRun \
45
--appdir=marblerun.AppDir \
0 commit comments