Skip to content

Commit

Permalink
Issue #149 security patch updates for nut-upsd (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
instantlinux committed Apr 25, 2024
1 parent fc7f865 commit d7c058b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion images/nut-upsd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ HEALTHCHECK CMD upsc $NAME@localhost:3493 2>&1|grep -q stale && \

RUN echo '@edge http://dl-cdn.alpinelinux.org/alpine/edge/community' \
>>/etc/apk/repositories && \
echo '@edgemain http://dl-cdn.alpinelinux.org/alpine/edge/main' \
>>/etc/apk/repositories && \
apk add --no-cache dash@edgemain && \
apk add --update --no-cache nut@edge=$NUT_VERSION \
libcrypto3 libssl3 libusb musl net-snmp-libs util-linux
busybox@edgemain linux-pam@edgemain \
libcrypto3@edgemain libssl3@edgemain \
libusb musl net-snmp-libs util-linux

EXPOSE 3493
COPY entrypoint.sh /usr/local/bin/
Expand Down

0 comments on commit d7c058b

Please sign in to comment.