From e83cd55b71cc91b486d7db44fe97bc48d84dc714 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 30 Jun 2022 12:24:19 +0500 Subject: docker: python image instead of alpine --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 42fa087..136810d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ -FROM alpine:3.15 +FROM python:3.10-alpine -RUN apk add --no-cache python3 RUN mkdir -p /var/lib/void COPY [".", "/usr/src/"] -- cgit v1.2.3