6
0
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:
Jason Kaltsikis 2020-05-08 15:50:51 +03:00 committed by Régis Behmo
parent be195d5162
commit 2b0d6448c6

View File

@ -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