1
0
mirror of https://github.com/Nardo86/nut-docker.git synced 2025-02-16 11:40:50 +01:00
This commit is contained in:
Eros Nardi 2021-02-06 17:31:48 +01:00
parent 6b3924865b
commit 8cfb9c05be

View File

@ -1,6 +1,6 @@
FROM debian:buster-slim
ENV TZ=Etc/UTC
ENV TZ Etc/UTC
ENV NAME ups
ENV DRIVER usbhid-ups
ENV PORT auto
@ -9,7 +9,7 @@ ENV DESC UPS
ENV USERSSTRING #
#Installing default packages
RUN echo $TZ > /etc/timezone && apt-get update
RUN apt-get update
RUN apt-get install -y nut-server
#Apply configuration