Skip to content

Commit 3d6d980

Browse files
dockerfiles: fix AppImage build (#836)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
1 parent 1d0a22a commit 3d6d980

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dockerfiles/Dockerfile.cli

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,7 @@ RUN cd marblerun && export SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct) && cd /m
3333

3434
# create AppImage
3535
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
3736
&& /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 / \
4337
# create AppDir
4438
&& squashfs-root/AppRun \
4539
--appdir=marblerun.AppDir \

0 commit comments

Comments
 (0)