Change the command again
This commit is contained in:
parent
b8dd6b72e2
commit
66d1c370bd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM git.zontreck.com/ariascreations/buildenvironments:flutter
|
|||
|
||||
# Install AppImage Builder
|
||||
RUN apt-get install -y python3-pip
|
||||
RUN find / -type f -name EXTERNALLY_MANAGED -delete
|
||||
RUN python3 -m pip config set global.break-system-packages true
|
||||
WORKDIR /
|
||||
RUN python3 -m pip install --upgrade pip
|
||||
RUN pip3 install appimage-builder
|
||||
|
|
Loading…
Reference in a new issue