Skip to content

Commit

Permalink
SECURITY-8354: fix Dockerfile.codescan
Browse files Browse the repository at this point in the history
Co-authored-by: Poti <[email protected]>
  • Loading branch information
dsztanko and potato committed Apr 4, 2023
1 parent f4d289f commit b10b0de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile.codescan
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit b10b0de

Please sign in to comment.