Skip to content

Commit becbe6f

Browse files
authored
feat: preinstall Chromium in Docker container (#3445)
1 parent 98e4892 commit becbe6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/artillery/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
FROM node:18-alpine
1+
FROM node:22-bookworm-slim
22
LABEL maintainer="team@artillery.io"
33

44
WORKDIR /home/node/artillery
55

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

910
COPY . ./
1011
ENV PATH="/home/node/artillery/bin:${PATH}"

0 commit comments

Comments
 (0)