Alter remove command to a find command
This commit is contained in:
parent
f04c3b5108
commit
b8dd6b72e2
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 rm /usr/lib/python3*/EXTERNALLY_MANAGED
|
||||
RUN find / -type f -name EXTERNALLY_MANAGED -delete
|
||||
WORKDIR /
|
||||
RUN python3 -m pip install --upgrade pip
|
||||
RUN pip3 install appimage-builder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue