Skip to content

Commit

Permalink
added nettools package
Browse files Browse the repository at this point in the history
  • Loading branch information
s-archer committed Feb 28, 2024
1 parent 500a6b0 commit 2f21c2d
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 @@ -22,7 +22,7 @@ RUN chmod +x /docker-entrypoint.d/startup.sh

# It seems that the NGINX Agent script needs sudo to run
RUN apt-get update && \
apt-get -y install sudo dnsutils
apt-get -y install sudo dnsutils nettools

# Expose port 80
EXPOSE 8080
Expand Down

0 comments on commit 2f21c2d

Please sign in to comment.