diff --git a/uptime-kuma/Dockerfile b/uptime-kuma/Dockerfile index 2f8a0fa..b697c11 100644 --- a/uptime-kuma/Dockerfile +++ b/uptime-kuma/Dockerfile @@ -12,6 +12,7 @@ COPY requirements.txt /opt/ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base +# hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \ build-base=0.5-r2 \