From ca8df8600b3eb0a0aa8cf4ab424bd1197c19ce29 Mon Sep 17 00:00:00 2001 From: Tom Troeger Date: Fri, 20 Oct 2023 19:36:58 +0200 Subject: [PATCH] changed docker to support m1 mac --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c6faf50..9f545a8 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -FROM alpine:3.18.4 -RUN apk add --no-cache python3 py3-pip +FROM python:3.9 COPY requirements.txt /home RUN pip install -r /home/requirements.txt COPY src webserver