Skip to content

Commit

Permalink
Add pip3 command to docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
ijustbsd committed Jan 8, 2021
1 parent 7a3692d commit 0a51a6d
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 @@ -4,7 +4,7 @@ COPY exec.sh /exec.sh

RUN \
chmod +x /exec.sh && \
apk add --update --no-cache python3 && \
apk add --update --no-cache python3 cmd:pip3 && \
pip3 install --upgrade pip && \
pip3 install pelican markdown && \
rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 0a51a6d

Please sign in to comment.