Skip to content

Commit

Permalink
Merge pull request #83 from faisalmoeed/main
Browse files Browse the repository at this point in the history
Update Dockerfile.tails-server with setuptools upgrade
  • Loading branch information
WadeBarnes authored Aug 2, 2024
2 parents 67ec75b + 5b3df74 commit 0cdee02
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 0cdee02

Please sign in to comment.