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

Cleanup

parent 5f6969c1
Branches
No related tags found
1 merge request!2Refinements
Pipeline #1849 failed
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 \
&& 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.
Please register or to comment