⬆️ use official python image

this allows for ARM builds now.
This commit is contained in:
Louis Orleans 2021-11-16 17:55:48 -08:00
parent 581f5c1e66
commit 8a429b1609
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM frolvlad/alpine-python3
FROM docker.io/library/python:3-alpine
RUN pip3 install docker
RUN mkdir /hoster