File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ ENV DEBIAN_FRONTEND=noninteractive
13
13
ENV TZ=UTC
14
14
ENV SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80"
15
15
ENV SUPERVISOR_PHP_USER="sail"
16
+ ENV PLAYWRIGHT_BROWSERS_PATH=0
16
17
17
18
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
18
19
@@ -43,6 +44,7 @@ RUN apt-get update && apt-get upgrade -y \
43
44
&& npm install -g npm \
44
45
&& npm install -g pnpm \
45
46
&& npm install -g bun \
47
+ && npx playwright install-deps \
46
48
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /etc/apt/keyrings/yarn.gpg >/dev/null \
47
49
&& echo "deb [signed-by=/etc/apt/keyrings/yarn.gpg] https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list \
48
50
&& curl -sS https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | tee /etc/apt/keyrings/pgdg.gpg >/dev/null \
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ ENV DEBIAN_FRONTEND=noninteractive
13
13
ENV TZ=UTC
14
14
ENV SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80"
15
15
ENV SUPERVISOR_PHP_USER="sail"
16
+ ENV PLAYWRIGHT_BROWSERS_PATH=0
16
17
17
18
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
18
19
@@ -43,6 +44,7 @@ RUN apt-get update && apt-get upgrade -y \
43
44
&& npm install -g npm \
44
45
&& npm install -g pnpm \
45
46
&& npm install -g bun \
47
+ && npx playwright install-deps \
46
48
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /etc/apt/keyrings/yarn.gpg >/dev/null \
47
49
&& echo "deb [signed-by=/etc/apt/keyrings/yarn.gpg] https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list \
48
50
&& curl -sS https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | tee /etc/apt/keyrings/pgdg.gpg >/dev/null \
You can’t perform that action at this time.
0 commit comments