Skip to content

Commit

Permalink
Fix netcat package in newer debian
Browse files Browse the repository at this point in the history
  • Loading branch information
william-gr committed Dec 20, 2023
1 parent 99fd4e1 commit a8a955a
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 @@ -7,7 +7,7 @@ LABEL maintainer="[email protected]"
RUN apt-get update && apt-get upgrade -y

# Install git
RUN apt-get install git python3-virtualenv lsb-release sudo procps tmux net-tools vim iputils-ping netcat golang -y
RUN apt-get install git python3-virtualenv lsb-release sudo procps tmux net-tools vim iputils-ping netcat-traditional golang -y

WORKDIR /root

Expand Down

0 comments on commit a8a955a

Please sign in to comment.