Commit c07df37 1 parent 7d27bb2 commit c07df37 Copy full SHA for c07df37
File tree 1 file changed +24
-1
lines changed
1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,35 @@ RUN apt-get update && \
74
74
ca-certificates \
75
75
jq \
76
76
libssl-dev \
77
- procps && \
77
+ procps \
78
+ chromium \
79
+ libgconf-2-4 \
80
+ libatk1.0-0 \
81
+ libatk-bridge2.0-0 \
82
+ libgdk-pixbuf2.0-0 \
83
+ libgtk-3-0 \
84
+ libnss3 \
85
+ libx11-xcb1 \
86
+ libxcomposite1 \
87
+ libxcursor1 \
88
+ libxdamage1 \
89
+ libxfixes3 \
90
+ libxi6 \
91
+ libxrandr2 \
92
+ libxss1 \
93
+ libxtst6 \
94
+ fonts-liberation \
95
+ libasound2 \
96
+ libcups2 \
97
+ libdbus-1-3 \
98
+ libxshmfence1 && \
78
99
apt-get clean && \
79
100
rm -rf /var/lib/apt/lists/*
80
101
81
102
# Install pnpm and Google Cloud SDK
82
103
RUN npm install -g pnpm@9.4.0 && \
104
+ npx playwright install chromium && \
105
+ npx playwright install-deps chromium && \
83
106
apt-get update && \
84
107
apt-get install -y git python3 curl gnupg && \
85
108
echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list && \
You can’t perform that action at this time.
0 commit comments