Skip to content

Commit

Permalink
Ignore some issues from hadolint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdot-dev committed May 7, 2024
1 parent 7d631be commit e307c50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#hadolint ignore=DL3006
FROM kalilinux/kali-rolling
LABEL org.opencontainers.image.authors="[email protected]"
ENV LANG en_US.UTF-8
#hadolint ignore=DL3005,DL3008,DL3015,DL4006
RUN apt-get update && \
echo "force-unsafe-io" > /etc/dpkg/dpkg.cfg.d/force-unsafe-io && \
apt-get dist-upgrade -y && \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.sshd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#hadolint ignore=DL3006
FROM finchsec/kali
LABEL org.opencontainers.image.authors="[email protected]"
#hadolint ignore=DL3008
RUN apt-get update && \
apt-get install openssh-server --no-install-recommends -y && \
apt-get autoclean && \
Expand Down

0 comments on commit e307c50

Please sign in to comment.