Skip to content

Commit 9796c54

Browse files
Update Dockerfile
Resetting Docker file
1 parent 6077239 commit 9796c54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ FROM alpine:3.7
1919
#RUN apt update
2020
#RUN apt install python
2121
# Add ca-certificates in case you need them
22-
#RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/* && apk add python
23-
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
22+
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/* && apk add python
2423
# Set working directory
2524
WORKDIR /root
2625
#COPY hello.py /root/hello.py

0 commit comments

Comments
 (0)