fix ignore
This commit is contained in:
parent
032bae1784
commit
87b38c03e9
1 changed files with 2 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue