Use official python image

This commit is contained in:
Esteban Sánchez 2023-05-09 16:44:21 +02:00
parent af0902b742
commit 70ec628045

View File

@ -1,8 +1,4 @@
FROM alpine:3.11
# Installing required packages
RUN apk add --update --no-cache \
python3
FROM python:3.8-alpine3.17
# Install package
WORKDIR /code