From 8a429b1609b81f78cc36928ee90fda47444a934b Mon Sep 17 00:00:00 2001 From: Louis Orleans Date: Tue, 16 Nov 2021 17:55:48 -0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20use=20official=20python=20?= =?UTF-8?q?image=20this=20allows=20for=20ARM=20builds=20now.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab83d6b..6eaee58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM frolvlad/alpine-python3 +FROM docker.io/library/python:3-alpine RUN pip3 install docker RUN mkdir /hoster