fix dependencies
All checks were successful
Build docker container / build (push) Successful in 2m31s
All checks were successful
Build docker container / build (push) Successful in 2m31s
This commit is contained in:
parent
9700dfcee2
commit
e4d48bbdca
@ -2,7 +2,7 @@ FROM python:3.11-alpine
|
||||
|
||||
RUN apk update \
|
||||
&& apk upgrade --available \
|
||||
&& apk add git tzdata \
|
||||
&& apk add git tzdata bash \
|
||||
&& mkdir /app \
|
||||
&& cd /app \
|
||||
&& git clone https://github.com/rshipp/python-nut2.git \
|
||||
|
Loading…
x
Reference in New Issue
Block a user