Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed May 24, 2024
1 parent 5b983be commit 0c9d0ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
curl wget \
build-essential \
git \
python3 \
python3-pip \
python3-full \
rsync \
software-properties-common \
unzip \
zip \
vim

RUN pip3 install --upgrade pip
RUN python3 -m pip install --upgrade pip

COPY src /src/

Expand Down

0 comments on commit 0c9d0ef

Please sign in to comment.