Skip to content

Commit

Permalink
Fix vulnerability (#81)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Create trivy.yml

* Revert "Create trivy.yml"

This reverts commit 0ce0741.
  • Loading branch information
webb-ben authored Jun 27, 2024
1 parent 70af8a6 commit 771b31e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM node:14.18.1 as ui-builder
RUN mkdir /usr/src/app
RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list \
&& apt-get update \
&& apt-get upgrade \
&& apt-get install -y chromium

ENV PATH /usr/src/app/node_modules/.bin:$PATH
Expand Down

0 comments on commit 771b31e

Please sign in to comment.