diff --git a/Dockerfile b/Dockerfile index d606ae2..8833a37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ FROM ubuntu:latest ENV DEBIAN_FRONTEND=noninteractive # Install necessary packages +# hadolint ignore=DL3008,DL3007 RUN apt-get update && \ apt-get -y --no-install-recommends install git openssh-client && \ apt-get clean && \