mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-05 15:12:10 +00:00
Base image python:3.7-slim-stretch
This commit is contained in:
parent
be195d5162
commit
2b0d6448c6
@ -10,7 +10,7 @@
|
||||
# Because this image is still experimental, and we are not quite sure if it's going to
|
||||
# be very useful, we do not provide any usage documentation.
|
||||
|
||||
FROM docker.io/python:3.7
|
||||
FROM docker.io/python:3.7-slim-stretch
|
||||
|
||||
# As per https://github.com/docker/compose/issues/3918
|
||||
COPY --from=library/docker:19.03 /usr/local/bin/docker /usr/bin/docker
|
||||
|
Loading…
Reference in New Issue
Block a user