diff --git a/Dockerfile b/Dockerfile index ddc1126..667ff1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,8 @@ FROM debian:buster-slim ENV DEBIAN_FRONTEND noninteractive +# hadolint ignore=DL3008 +# hadolint ignore=DL3028 RUN apt-get update && \ apt-get -y --no-install-recommends install \ ruby \