Skip to content

Commit

Permalink
Merge pull request #29 from tj-actions/remove-unused-code
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
jackton1 authored Apr 15, 2021
2 parents 1949267 + 5e19bdf commit 1ff8c28
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ FROM python:3.9-slim-buster

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

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
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 1ff8c28

Please sign in to comment.