Skip to content

Commit 8c8a7ce

Browse files
authored
fix: only install Chromium in the Docker image (#3449)
1 parent 7a14dea commit 8c8a7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/artillery/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /home/node/artillery
55

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

1010
COPY . ./
1111
ENV PATH="/home/node/artillery/bin:${PATH}"

0 commit comments

Comments
 (0)