Fix appimage-builder
This commit is contained in:
parent
a20973bbe5
commit
7b14c5b7ff
1 changed files with 6 additions and 1 deletions
|
@ -7,7 +7,12 @@ RUN apt-get install -y python3-pip
|
|||
RUN python3 -m pip config set global.break-system-packages true
|
||||
WORKDIR /
|
||||
RUN python3 -m pip install --upgrade pip
|
||||
RUN pip3 install appimage-builder
|
||||
|
||||
RUN wget -O appimage-builder-x86_64.AppImage https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage
|
||||
RUN chmod +x appimage-builder-x86_64.AppImage
|
||||
|
||||
# install (optional)
|
||||
RUN mv appimage-builder-x86_64.AppImage /usr/local/bin/appimage-builder
|
||||
|
||||
# Install appimagetool AppImage
|
||||
RUN wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O /opt/appimagetool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue