Skip to content

Commit

Permalink
Install wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Apr 14, 2021
1 parent c69b0b1 commit bb1c8c2
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:3.13.4
LABEL maintainer="Tonye Jack <jtonye@ymail.com>"

RUN apk add bash python3 py3-pip && \
pip3 install --no-cache --upgrade pip setuptools
pip3 install --no-cache --upgrade pip wheel setuptools

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit bb1c8c2

Please # to comment.