mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-17 13:58:19 +00:00
add watchdog image
This commit is contained in:
8
watchdog/Dockerfile
Normal file
8
watchdog/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM debian:buster-20200803-slim
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
ARG VERSION
|
||||
RUN apt update -qq && \
|
||||
apt install -qqy --no-install-recommends watchdog=$VERSION && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENTRYPOINT ["/usr/sbin/watchdog", "-F"]
|
Reference in New Issue
Block a user