Remove externally managed file from python
This commit is contained in:
parent
4892321dfd
commit
f04c3b5108
3 changed files with 3 additions and 6 deletions
|
@ -4,8 +4,7 @@ FROM git.zontreck.com/ariascreations/buildenvironments:flutter
|
||||||
|
|
||||||
# Install AppImage Builder
|
# Install AppImage Builder
|
||||||
RUN apt-get install -y python3-pip
|
RUN apt-get install -y python3-pip
|
||||||
WORKDIR /root/.config/pip
|
RUN rm /usr/lib/python3*/EXTERNALLY_MANAGED
|
||||||
ADD pip.conf .
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN python3 -m pip install --upgrade pip
|
RUN python3 -m pip install --upgrade pip
|
||||||
RUN pip3 install appimage-builder
|
RUN pip3 install appimage-builder
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
[global]
|
|
||||||
break-system-packages = true
|
|
4
build.sh
4
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 build -t git.zontreck.com/ariascreations/buildenvironments:appimage AppImage
|
||||||
docker push git.zontreck.com/ariascreations/buildenvironments:appimage
|
docker push git.zontreck.com/ariascreations/buildenvironments:appimage
|
||||||
|
|
||||||
docker build -t git.zontreck.com/ariascreations/buildenvironments:firestormlinux FirestormLinux
|
docker build -t git.zontreck.com/ariascreations/buildenvironments:linuxfs FirestormLinux
|
||||||
docker push git.zontreck.com/ariascreations/buildenvironments:firestormlinux
|
docker push git.zontreck.com/ariascreations/buildenvironments:linuxfs
|
||||||
|
|
||||||
docker build -t git.zontreck.com/ariascreations/buildenvironments:linux LinuxGeneralCompiler
|
docker build -t git.zontreck.com/ariascreations/buildenvironments:linux LinuxGeneralCompiler
|
||||||
docker push git.zontreck.com/ariascreations/buildenvironments:linux
|
docker push git.zontreck.com/ariascreations/buildenvironments:linux
|
Loading…
Add table
Add a link
Reference in a new issue