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
|
||||
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
|
||||
|
|
|
@ -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 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
|
Loading…
Add table
Add a link
Reference in a new issue