Remove externally managed file from python

This commit is contained in:
zontreck 2024-07-28 18:03:41 -07:00
parent 4892321dfd
commit f04c3b5108
3 changed files with 3 additions and 6 deletions

View file

@ -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