Skip to content

Commit

Permalink
refactor agent Dockerfile remove unused paths (#2169)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmahanth authored May 28, 2024
1 parent 85ee3d3 commit d338cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepfence_agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ RUN apt-get update && \
apt-get -y autoremove && \
rm -rf /var/lib/apt/lists/*

RUN mkdir -p /etc/license/ /usr/local/bin /usr/local/lib /deepfenced /var/tmp/layers /usr/local/lua-waf /var/log/nginx/ && \
RUN mkdir -p /etc/license/ /usr/local/bin /usr/local/lib /deepfenced /var/tmp/layers && \
chown root:root /deepfenced && \
chmod 0744 /deepfenced && \
mkdir -p /usr/local/bin/compliance_check && \
Expand Down

0 comments on commit d338cf5

Please sign in to comment.