Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Netcat didn’t install as the packet isn’t found. Renamed it to netcat-openbsd
  • Loading branch information
76rhodan authored Feb 18, 2024
1 parent 0a19d7f commit 6369363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN set -x && \
KEPT_PACKAGES+=(rename) && \
KEPT_PACKAGES+=(mono-complete) && \
# added for debugging
KEPT_PACKAGES+=(nano netcat) && \
KEPT_PACKAGES+=(nano netcat-openbsd) && \
#
# Install all these packages:
apt-get update && \
Expand Down

0 comments on commit 6369363

Please sign in to comment.