Skip to content

Commit

Permalink
Update dockerfile to account for changes in base image
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Dec 27, 2024
1 parent 223a012 commit ff73224
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 @@ -16,7 +16,7 @@ RUN apk add --update --no-cache \
py3-pip \
tar

RUN pip3 install --upgrade pip \
RUN pip3 install --upgrade --break-system-packages pip \
gitpython \
in_place \
mkdocs \
Expand Down

0 comments on commit ff73224

Please sign in to comment.