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 036367b commit 5751a30
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ FROM alpine:3.13.4

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

RUN apk update && apk add --virtual .build-deps build-base gcc \
&& apk add bash python3 py3-pip \
&& pip3 install --no-cache --upgrade pip setuptools

RUN apk del .build-deps
RUN apk update && apk add bash gcc python3 py3-pip \
&& pip3 install --no-cache --upgrade pip setuptools wheel

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

0 comments on commit 5751a30

Please # to comment.