Skip to content

Commit

Permalink
install iputils-ping
Browse files Browse the repository at this point in the history
  • Loading branch information
masloffvs committed May 23, 2024
1 parent 3154fae commit d94fc9c
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 @@ -2,7 +2,7 @@
FROM nginx:latest

# Install inotify-tools for file monitoring
RUN apt-get update && apt-get install -y inotify-tools python3
RUN apt-get update && apt-get install -y inotify-tools python3 iputils-ping

# Copy the initial routes.trp file
COPY routes.trp /etc/nginx/routes.trp
Expand Down

0 comments on commit d94fc9c

Please sign in to comment.