diff --git a/Dockerfile b/Dockerfile index 639e820..fa4c692 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ RUN apk --no-cache add curl && mkdir /downloads # Download installation files RUN curl https://github.com/avollkopf/craftbeerpi4-ui/archive/main.zip -L -o ./downloads/cbpi-ui.zip -FROM python:3.9 +FROM python:3.7 as base # Install dependencies RUN apt-get update \