From 26af04b9575e76eeba86de6a1686f1781ae9369f Mon Sep 17 00:00:00 2001 From: lenglet-k Date: Tue, 18 Jun 2024 18:01:23 +0200 Subject: [PATCH] feat(docker-volume): remove volume from dockerfile, no compliant with CIS benchmark Signed-off-by: lenglet-k --- package/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/Dockerfile b/package/Dockerfile index 51b11e630..14f52dd40 100644 --- a/package/Dockerfile +++ b/package/Dockerfile @@ -145,8 +145,6 @@ COPY package/instance-manager /usr/local/bin/ # Verify the dependencies for the binaries RUN ldd /usr/local/bin/* /usr/local/sbin/* /usr/sbin/* | grep "not found" && exit 1 || true -VOLUME /usr/local/bin - # Add Tini ENV TINI_VERSION v0.19.0 ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${ARCH} /tini