From f04c3b510819a0d345112553ffe564de803b22fa Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 28 Jul 2024 18:03:41 -0700 Subject: [PATCH] Remove externally managed file from python --- AppImage/Dockerfile | 3 +-- AppImage/pip.conf | 2 -- build.sh | 4 ++-- 3 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 AppImage/pip.conf diff --git a/AppImage/Dockerfile b/AppImage/Dockerfile index 866f3c3..fa3b343 100644 --- a/AppImage/Dockerfile +++ b/AppImage/Dockerfile @@ -4,8 +4,7 @@ FROM git.zontreck.com/ariascreations/buildenvironments:flutter # Install AppImage Builder RUN apt-get install -y python3-pip -WORKDIR /root/.config/pip -ADD pip.conf . +RUN rm /usr/lib/python3*/EXTERNALLY_MANAGED WORKDIR / RUN python3 -m pip install --upgrade pip RUN pip3 install appimage-builder diff --git a/AppImage/pip.conf b/AppImage/pip.conf deleted file mode 100644 index 9d54ef9..0000000 --- a/AppImage/pip.conf +++ /dev/null @@ -1,2 +0,0 @@ -[global] -break-system-packages = true diff --git a/build.sh b/build.sh index 81417c4..6a9f1d2 100644 --- a/build.sh +++ b/build.sh @@ -15,8 +15,8 @@ docker push git.zontreck.com/ariascreations/buildenvironments:flutter docker build -t git.zontreck.com/ariascreations/buildenvironments:appimage AppImage docker push git.zontreck.com/ariascreations/buildenvironments:appimage -docker build -t git.zontreck.com/ariascreations/buildenvironments:firestormlinux FirestormLinux -docker push git.zontreck.com/ariascreations/buildenvironments:firestormlinux +docker build -t git.zontreck.com/ariascreations/buildenvironments:linuxfs FirestormLinux +docker push git.zontreck.com/ariascreations/buildenvironments:linuxfs docker build -t git.zontreck.com/ariascreations/buildenvironments:linux LinuxGeneralCompiler docker push git.zontreck.com/ariascreations/buildenvironments:linux \ No newline at end of file