mirror of
https://github.com/Nardo86/nut-docker.git
synced 2025-06-05 21:49:27 +02:00
0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM debian:buster-slim
|
FROM debian:buster-slim
|
||||||
|
|
||||||
ENV TZ=Etc/UTC
|
ENV TZ Etc/UTC
|
||||||
ENV NAME ups
|
ENV NAME ups
|
||||||
ENV DRIVER usbhid-ups
|
ENV DRIVER usbhid-ups
|
||||||
ENV PORT auto
|
ENV PORT auto
|
||||||
@@ -9,7 +9,7 @@ ENV DESC UPS
|
|||||||
ENV USERSSTRING #
|
ENV USERSSTRING #
|
||||||
|
|
||||||
#Installing default packages
|
#Installing default packages
|
||||||
RUN echo $TZ > /etc/timezone && apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y nut-server
|
RUN apt-get install -y nut-server
|
||||||
|
|
||||||
#Apply configuration
|
#Apply configuration
|
||||||
|
Reference in New Issue
Block a user