From b10b0dea38a8a21df9eded15c401c48d04eb3120 Mon Sep 17 00:00:00 2001 From: dsztanko Date: Tue, 4 Apr 2023 14:23:15 +0200 Subject: [PATCH] SECURITY-8354: fix Dockerfile.codescan Co-authored-by: Poti --- Dockerfile.codescan | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile.codescan b/Dockerfile.codescan index a23f34b..2a3952f 100644 --- a/Dockerfile.codescan +++ b/Dockerfile.codescan @@ -1,8 +1,5 @@ FROM ruby:3.2.2 -COPY install.sh /tmp/ -RUN chmod 755 /tmp/install.sh - WORKDIR /workspace/source ENTRYPOINT ["bundle", "install"]