fix ignore

This commit is contained in:
Michael Grote 2023-08-02 18:58:21 +02:00
parent 032bae1784
commit 87b38c03e9

View file

@ -1,10 +1,11 @@
# hadolint ignore=DL3007
FROM ubuntu:latest
# deaktiviert Nachfragen beim installieren von Paketen
ENV DEBIAN_FRONTEND=noninteractive
# Install necessary packages
# hadolint ignore=DL3008,DL3007
# hadolint ignore=DL3008
RUN apt-get update && \
apt-get -y --no-install-recommends install git openssh-client && \
apt-get clean && \