Skip to content

Commit c07df37

Browse files
committed
fx docker
1 parent 7d27bb2 commit c07df37

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

Dockerfile

+24-1
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,35 @@ RUN apt-get update && \
7474
ca-certificates \
7575
jq \
7676
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 && \
7899
apt-get clean && \
79100
rm -rf /var/lib/apt/lists/*
80101

81102
# Install pnpm and Google Cloud SDK
82103
RUN npm install -g pnpm@9.4.0 && \
104+
npx playwright install chromium && \
105+
npx playwright install-deps chromium && \
83106
apt-get update && \
84107
apt-get install -y git python3 curl gnupg && \
85108
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 && \

0 commit comments

Comments
 (0)