add appimagetool support
All checks were successful
gitea-sync/ci-image/pipeline/head This commit looks good
All checks were successful
gitea-sync/ci-image/pipeline/head This commit looks good
This commit is contained in:
parent
d006b873b5
commit
464b0ff3c9
@ -20,3 +20,11 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \
|
|||||||
libvncserver-dev \
|
libvncserver-dev \
|
||||||
lua5.3 \
|
lua5.3 \
|
||||||
tree
|
tree
|
||||||
|
|
||||||
|
# app image tool support
|
||||||
|
RUN DEBIAN_FRONTEND="noninteractive" \
|
||||||
|
apt-get --yes --no-install-recommends install \
|
||||||
|
binutils coreutils desktop-file-utils fakeroot \
|
||||||
|
fuse libgdk-pixbuf2.0-dev patchelf python3-pip \
|
||||||
|
python3-setuptools squashfs-tools strace \
|
||||||
|
util-linux zsync
|
Loading…
Reference in New Issue
Block a user