Skip to content

Commit ef5fc90

Browse files
committed
Fix issue with docker build
1 parent 9a9442a commit ef5fc90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
FROM mcr.microsoft.com/playwright:v1.48.1-noble
33
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
44

5+
RUN apt-get update --allow-releaseinfo-change
6+
57
# Installing the pre-required packages and libraries
68
RUN apt-get update && \
79
apt-get install -y libgtk2.0-0 \

0 commit comments

Comments
 (0)