diff --git a/AppImage/Dockerfile b/AppImage/Dockerfile index fa3b343..06ee216 100644 --- a/AppImage/Dockerfile +++ b/AppImage/Dockerfile @@ -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