Fix add command
This commit is contained in:
parent
94e8042404
commit
a8c7accc50
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue