Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lgothelipe committed Apr 17, 2023
1 parent 2ec6890 commit 2504958
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ WORKDIR /work

COPY src .

RUN apk --no-cache add libcurl=7.79.1-r5 \
&& apk --no-cache add curl=7.79.1-r5 \
&& apk --no-cache add git=2.32.6-r0 \
&& apk --no-cache add python3=3.9.16-r0 \
&& apk --no-cache add python3-dev=3.9.16-r0
# RUN apk add libcurl=7.79.1-r5 \
# && apk add curl=7.79.1-r5 \
# && apk add git=2.32.6-r0 \
# && apk add python3=3.9.16-r0 \
# && apk add python3-dev=3.9.16-r0

ENTRYPOINT [ "python3", "-u" ]

Expand Down

0 comments on commit 2504958

Please sign in to comment.