Skip to content

Commit

Permalink
add lsof
Browse files Browse the repository at this point in the history
  • Loading branch information
robberphex committed Jun 14, 2024
1 parent 62a551d commit 14dc58a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mse-simple-demo/A/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN --mount=type=cache,target=/root/.m2/repository/ \
FROM eclipse-temurin:8-jdk

RUN apt-get update && apt-get install -y \
vim unzip netcat telnet tcpdump iproute2 \
vim unzip netcat telnet tcpdump iproute2 lsof \
&& rm -rf /var/lib/apt/lists/*

# copy arthas
Expand Down
2 changes: 1 addition & 1 deletion mse-simple-demo/B/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN --mount=type=cache,target=/root/.m2/repository/ \
FROM eclipse-temurin:8-jdk

RUN apt-get update && apt-get install -y \
vim unzip netcat telnet tcpdump iproute2 \
vim unzip netcat telnet tcpdump iproute2 lsof \
&& rm -rf /var/lib/apt/lists/*

# copy arthas
Expand Down
2 changes: 1 addition & 1 deletion mse-simple-demo/C/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN --mount=type=cache,target=/root/.m2/repository/ \
FROM eclipse-temurin:8-jdk

RUN apt-get update && apt-get install -y \
vim unzip netcat telnet tcpdump iproute2 \
vim unzip netcat telnet tcpdump iproute2 lsof \
&& rm -rf /var/lib/apt/lists/*

# copy arthas
Expand Down
2 changes: 1 addition & 1 deletion mse-simple-demo/SpringCloudGateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN --mount=type=cache,target=/root/.m2/repository/ \
FROM eclipse-temurin:8-jdk

RUN apt-get update && apt-get install -y \
vim unzip netcat telnet tcpdump iproute2 \
vim unzip netcat telnet tcpdump iproute2 lsof \
&& rm -rf /var/lib/apt/lists/*

# copy arthas
Expand Down
2 changes: 1 addition & 1 deletion mse-simple-demo/ZuulGateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN --mount=type=cache,target=/root/.m2/repository/ \
FROM eclipse-temurin:8-jdk

RUN apt-get update && apt-get install -y \
vim unzip netcat telnet tcpdump iproute2 \
vim unzip netcat telnet tcpdump iproute2 lsof \
&& rm -rf /var/lib/apt/lists/*

# copy arthas
Expand Down

0 comments on commit 14dc58a

Please sign in to comment.