From e379c6e8b44b1505b3639d2ac77cd4a0a84764fc Mon Sep 17 00:00:00 2001 From: osiu97 Date: Fri, 29 May 2020 15:28:03 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab83d6b..01032d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM frolvlad/alpine-python3 +FROM python:3-alpine RUN pip3 install docker RUN mkdir /hoster