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