Fix add command

This commit is contained in:
zontreck 2024-07-23 17:33:00 -07:00
parent 94e8042404
commit a8c7accc50

View file

@ -22,7 +22,7 @@ WORKDIR /
# Install AppImage Builder
RUN apt-get install -y python3-pip
WORKDIR /root/.config/pip
ADD pip.conf
ADD pip.conf .
WORKDIR /
RUN python3 -m pip install --upgrade pip
RUN pip3 install appimage-builder