Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Kjeld Schouten <[email protected]>
  • Loading branch information
PrivatePuffin authored Oct 8, 2024
1 parent 947182b commit b226688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/apps/lvm-disk-watcher/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ USER root
COPY ./apps/lvm-disk-watcher/includes/watch_lvm.sh /scripts/watch_lvm.sh

# hadolint ignore=DL3018,DL4006
RUN apk update && apk add --no-cache bash lvm2 \
RUN apk update && apk add --no-cache bash lvm2 lvm2-dmeventd \
&& apk del curl \
&& mkdir -p /scripts /config \
&& chmod +x /scripts/watch_lvm.sh
Expand Down

0 comments on commit b226688

Please sign in to comment.