ignore DL3008, DL3007
This commit is contained in:
parent
63f0f424cc
commit
032bae1784
1 changed files with 1 additions and 0 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue