AppImage / type2-runtime

The runtime is the executable part of every AppImage. It mounts the payload via FUSE and executes the entrypoint.
Other
22 stars 17 forks source link

Use the same build.sh inside Docker and inside chroot #61

Open probonopd opened 3 months ago

probonopd commented 3 months ago

@TheAssassin, the introduction of Docker as an alternative to chroot also led to some (hopefully temporary) code duplication. I think we had already agreed that we wanted to use the same build.sh inside Docker and inside chroot. Is the only reason this is currently not being done that I don't want bash in the chroot?

TheAssassin commented 3 months ago

Is the only reason this is currently not being done that I don't want bash in the chroot?

That, plus a lack of time. I think you should give up on that topic, though. bash is a standard shell and you really want to use its safety features.