Skip to content

Commit

Permalink
Update Dockerfile.tails-server with setuptools upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: faisalmoeed <[email protected]>
  • Loading branch information
faisalmoeed authored Aug 2, 2024
1 parent 67ec75b commit 5b3df74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.tails-server
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ADD requirements.dev.txt .

RUN pip3 install --upgrade pip
RUN pip3 install --no-cache-dir -r requirements.txt -r requirements.dev.txt
RUN pip3 install --upgrade setuptools

ADD tails_server ./tails_server
ADD bin ./bin
Expand Down

0 comments on commit 5b3df74

Please sign in to comment.