Skip to content

Commit

Permalink
Add pip3 to installation (#9)
Browse files Browse the repository at this point in the history
* Install pip3
  • Loading branch information
ryan-rozario authored Apr 23, 2023
1 parent 127fd52 commit b3de408
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 @@ -3,7 +3,7 @@ FROM alpine:latest
COPY LICENSE README.md entrypoint.sh /

RUN apk add --no-cache git
RUN apk add --no-cache python3
RUN apk add --no-cache python3 py3-pip
RUN pip3 install pipreqs

RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit b3de408

Please sign in to comment.