Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Apr 14, 2021
1 parent 12c6825 commit 6a23001
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 @@ -2,7 +2,7 @@ FROM python:3.9-alpine3.13

LABEL maintainer="Tonye Jack <jtonye@ymail.com>"

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

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 6a23001

Please # to comment.