Skip to content

Commit fe2c796

Browse files
committed
Update Playwright version and install pkg-config
1 parent 5baa3ba commit fe2c796

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runner/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.39.0-jammy
1+
FROM mcr.microsoft.com/playwright:next
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

@@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \
99
x11vnc \
1010
novnc \
1111
redis-server \
12+
pkg-config \
1213
&& rm -rf /var/lib/apt/lists/*
1314

1415
RUN pip3 install poetry

0 commit comments

Comments
 (0)