Skip to content
Snippets Groups Projects
Commit 69216788 authored by Erick Hitter's avatar Erick Hitter
Browse files

Merge branch 'develop' into 'master'

Refinements

See merge request !2
parents 6f7f3391 b07d7914
No related branches found
No related tags found
1 merge request!2Refinements
Pipeline #1851 passed with stages
in 22 seconds
ignored:
- DL3008
# nut-upsd
[![pipeline status](https://git.ethitter.com/docker/nut-upsd/badges/master/pipeline.svg)](https://git.ethitter.com/docker/nut-upsd/commits/master)
Fully-customizable `nut` instance in a container. Many images exist, but they are
feature-limited due to how `nut`'s configuration is handled. This image aims to
provide all `nut` options without making too many compromises.
......
......@@ -7,7 +7,7 @@ RUN echo "deb http://security.debian.org/ buster/updates main" >> /etc/apt/sourc
RUN apt-get update \
&& apt-get -y --no-install-recommends install \
nut \
nut=2.7.4-8 \
&& apt-get autoremove -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment