From 76cdde715ad5f728f5f78291d107b2822ddf0654 Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 29 May 2021 15:53:02 +0800 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76321bf..01032d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python/3-alpine +FROM python:3-alpine RUN pip3 install docker RUN mkdir /hoster