Skip to content

Commit 74acabd

Browse files
authored
fix: docker image nmap issue (#79)
1 parent 2baf95f commit 74acabd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

agent/docker/Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ FROM python:3.12-slim-bullseye
2929

3030
RUN \
3131
apt update && \
32-
apt install --yes --no-install-recommends nmap libcap2-bin openssh-client && \
33-
rm -rf /var/lib/apt && \
34-
setcap cap_net_raw,cap_net_admin=eip $(which nmap)
32+
apt install --yes --no-install-recommends nmap openssh-client && \
33+
rm -rf /var/lib/apt
3534

3635
RUN mkdir -p /opt/orb
3736

0 commit comments

Comments
 (0)