Install pip

This commit is contained in:
zontreck 2024-07-23 17:20:44 -07:00
parent 1421b811a3
commit 24c061f48e

View file

@ -20,6 +20,7 @@ WORKDIR /
# Install AppImage Builder
RUN apt-get install -y python3-pip
RUN python3 -m pip install --upgrade pip
RUN pip3 install appimage-builder