Skip to content

Commit

Permalink
Update Dockerfile pip commands
Browse files Browse the repository at this point in the history
Update Dockerfile pip commands
  • Loading branch information
qwahzi authored Nov 20, 2023
1 parent be54c48 commit 84d45eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM ghcr.io/nanocurrency/mkdocs-material-insiders:latest
COPY ./ /docs

RUN \
pip install --upgrade pip
pip install --upgrade pip && \
pip install -r /docs/requirements.txt

# Set working directory
Expand Down

0 comments on commit 84d45eb

Please sign in to comment.