Skip to content

Commit

Permalink
⚠ Force merge pull request #4 from goodeggs/add-nc
Browse files Browse the repository at this point in the history
add netcat
  • Loading branch information
goodeggs-mk authored Aug 27, 2020
2 parents f80728d + 6c4d701 commit b78d200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV DOCKER_VERSION=19.03.1~3-0
ENV DOCKER_HASH=a3fe588e50aa8a340621347dbfe86d4e076c26aa0c3ce85eb9c09317a05e65d1

RUN true && \
install_packages build-essential ca-certificates git libfontconfig1 curl sudo jq ssh python unzip \
install_packages build-essential ca-certificates git libfontconfig1 curl sudo jq ssh python netcat unzip \
&& chmod 700 /etc/sudoers \
&& echo 'root ALL=(ALL:ALL) ALL' > /etc/sudoers \
&& chmod 440 /etc/sudoers
Expand Down

0 comments on commit b78d200

Please sign in to comment.