Skip to content

Commit

Permalink
fix: only install Chromium in the Docker image (#3449)
Browse files Browse the repository at this point in the history
  • Loading branch information
hassy authored Jan 13, 2025
1 parent 7a14dea commit 8c8a7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/artillery/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /home/node/artillery

COPY package*.json ./
RUN npm --ignore-scripts --production install
RUN yes | npx playwright install --with-deps
RUN npx playwright install --with-deps chromium

COPY . ./
ENV PATH="/home/node/artillery/bin:${PATH}"
Expand Down

0 comments on commit 8c8a7ce

Please sign in to comment.