Alter remove command to a find command

This commit is contained in:
zontreck 2024-07-28 18:14:23 -07:00
parent f04c3b5108
commit b8dd6b72e2

View file

@ -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