Skip to content

Commit

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

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

# Set working directory
Expand Down

0 comments on commit be54c48

Please sign in to comment.