Skip to content

Commit

Permalink
Updating container file to include srdv
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaland committed Oct 15, 2024
1 parent 44bce6f commit df2d29a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ COPY package*.json ./
# Create .cache directories
USER root

# Install npm
RUN microdnf install -y npm

# Install srdv
RUN npm install -g snyk-resolve-deps

# Expose the port the app will run on
USER 1001

Expand Down

0 comments on commit df2d29a

Please sign in to comment.