Skip to content

Commit dfec8cc

Browse files
committed
removed nettools package
1 parent 2f21c2d commit dfec8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN chmod +x /docker-entrypoint.d/startup.sh
2222

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

2727
# Expose port 80
2828
EXPOSE 8080

0 commit comments

Comments
 (0)