ignore DL3008, DL3007

This commit is contained in:
Michael Grote 2023-08-02 18:57:40 +02:00
parent 63f0f424cc
commit 032bae1784
1 changed files with 1 additions and 0 deletions

View File

@ -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 && \