Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
comment netcat-openbsd install
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Dec 4, 2023
1 parent 4cd5e7b commit b804416
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ FROM stalwartlabs/mail-server:v0.4.2
COPY --chmod=775 start.sh /start.sh

# hadolint ignore=DL3008
RUN set -ex; \
\
export DEBIAN_FRONTEND=noninteractive; \
apt-get update; \
apt-get install -y --no-install-recommends \
netcat-openbsd \
; \
rm -rf /var/lib/apt/lists/*
# RUN set -ex; \
# \
# export DEBIAN_FRONTEND=noninteractive; \
# apt-get update; \
# apt-get install -y --no-install-recommends \
# netcat-openbsd \
# ; \
# rm -rf /var/lib/apt/lists/*

# hadolint ignore=DL3002
USER root
Expand Down

0 comments on commit b804416

Please sign in to comment.