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 a586676 commit 1853ec5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ FROM python:3.9-slim-buster

LABEL maintainer="Tonye Jack <[email protected]>"

RUN apk update && apk add bash && \
pip3 install --no-cache --upgrade pip setuptools wheel
RUN apt-get update \
&& apt-get install -y build-essential \
&& pip3 install --no-cache --upgrade pip setuptools wheel

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

0 comments on commit 1853ec5

Please sign in to comment.