Skip to content

Commit

Permalink
make test pass?
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Nov 4, 2024
1 parent 9d7330b commit 7155b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build wis2box-api
- name: Build wis2box-ui
run: |
docker build -t wis2box-ui:test .
- name: Run Trivy vulnerability scanner on wis2box-ui
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM node:23.1.0 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
&& apt-get upgrade

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

0 comments on commit 7155b4f

Please sign in to comment.