Skip to content

Commit

Permalink
add debug tools
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jul 26, 2024
1 parent fdfc3dd commit 98d69aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RUN cd /epics/src/ca-gateway \
&& echo "INSTALL_LOCATION=/epics/ca-gateway" > configure/CONFIG_SITE.local \
&& make -j$(nproc)

# Install debugging tools to use this target as a debug container
RUN apt update && apt install -y net-tools tcpdump iproute2 iputils-ping vim

## ======================================
# 3rd stage: "dockerize" the application - copy executable, lib dependencies
Expand Down

0 comments on commit 98d69aa

Please sign in to comment.