Skip to content

Commit

Permalink
Update tools-Dockerfile with netcat changes
Browse files Browse the repository at this point in the history
netcat transitional package originally pointing to netcat-openbsd has been removed from debian 12 
Now explicitly use netcat-openbsd (keep compatibility)
  • Loading branch information
SvenBrunk authored Sep 22, 2023
1 parent 9b1fa18 commit 85efa37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG remoteTools="rsync wget openssh-client"
ARG fontTools="fontforge ttfautohint"
ARG editors="less nano"
#gnupg needed by phive to install other php tools
ARG tools="$editors $fontTools $remoteTools nvi iproute2 ack-grep unzip git default-mysql-client sudo make socat dnsutils iputils-ping netcat gnupg ansible python3-wheel"
ARG tools="$editors $fontTools $remoteTools nvi iproute2 ack-grep unzip git default-mysql-client sudo make socat dnsutils iputils-ping netcat-openbsd gnupg ansible python3-wheel"
ARG RUNTIME_PACKAGE_DEPS="$libs $tools msmtp bc locales"


Expand Down

0 comments on commit 85efa37

Please sign in to comment.