1
0
Fork 0
This commit is contained in:
Eros Nardi 2021-04-08 15:55:07 +02:00
parent 18a61a2ca5
commit 3807905b03
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ ENV DESC UPS
ENV USERSSTRING #
#Installing default packages
RUN apt-get update
RUN apt-get install -y nut-server
RUN apt-get update
RUN apt-get install -y nut-server
#Apply configuration
RUN sed -i 's/MODE=none/MODE=netserver/g' /etc/nut/nut.conf \