fix dependencies
All checks were successful
Build docker container / build (push) Successful in 2m31s

This commit is contained in:
David Claeys 2024-12-06 12:24:39 +01:00
parent 9700dfcee2
commit e4d48bbdca

View File

@ -2,7 +2,7 @@ FROM python:3.11-alpine
RUN apk update \ RUN apk update \
&& apk upgrade --available \ && apk upgrade --available \
&& apk add git tzdata \ && apk add git tzdata bash \
&& mkdir /app \ && mkdir /app \
&& cd /app \ && cd /app \
&& git clone https://github.com/rshipp/python-nut2.git \ && git clone https://github.com/rshipp/python-nut2.git \