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
1313ENV  TZ=UTC
1414ENV  SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80" 
1515ENV  SUPERVISOR_PHP_USER="sail" 
16+ ENV  PLAYWRIGHT_BROWSERS_PATH=0 
1617
1718RUN  ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
1819
@@ -43,6 +44,7 @@ RUN apt-get update && apt-get upgrade -y \
4344    && npm install -g npm \
4445    && npm install -g pnpm \
4546    && npm install -g bun \
47+     && npx playwright install-deps \
4648    && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /etc/apt/keyrings/yarn.gpg >/dev/null \
4749    && echo "deb [signed-by=/etc/apt/keyrings/yarn.gpg] https://dl.yarnpkg.com/debian/ stable main"  > /etc/apt/sources.list.d/yarn.list \
4850    && 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
1313ENV  TZ=UTC
1414ENV  SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80" 
1515ENV  SUPERVISOR_PHP_USER="sail" 
16+ ENV  PLAYWRIGHT_BROWSERS_PATH=0 
1617
1718RUN  ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
1819
@@ -43,6 +44,7 @@ RUN apt-get update && apt-get upgrade -y \
4344    && npm install -g npm \
4445    && npm install -g pnpm \
4546    && npm install -g bun \
47+     && npx playwright install-deps \
4648    && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /etc/apt/keyrings/yarn.gpg >/dev/null \
4749    && echo "deb [signed-by=/etc/apt/keyrings/yarn.gpg] https://dl.yarnpkg.com/debian/ stable main"  > /etc/apt/sources.list.d/yarn.list \
4850    && 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