Skip to content

Commit 3470503

Browse files
authored
use slim python base image (#5)
1 parent 9669238 commit 3470503

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
@@ -1,4 +1,4 @@
1-
FROM python:3.9
1+
FROM python:3.9-slim
22

33
RUN apt update && apt install -y curl
44

@@ -7,4 +7,3 @@ COPY . .
77
RUN pip3 install -r requirements.txt
88

99
ENTRYPOINT ["/run.sh"]
10-

0 commit comments

Comments
 (0)