Skip to content

Commit 33fbd26

Browse files
committed
Clean up Dockerfile
1 parent 81171af commit 33fbd26

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker-init/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
# FROM python:3.11-slim-buster AS py3
21
FROM amazoncorretto:17
32

4-
# COPY --from=py3 / /
5-
6-
73
# Install python deps
84
COPY requirements.txt .
95
RUN yum install -y python3

0 commit comments

Comments
 (0)