docker: also install firefox
This commit is contained in:
parent
d616de2096
commit
ba545632f5
1 changed files with 2 additions and 2 deletions
|
|
@ -45,9 +45,9 @@ RUN ln -s /usr/share/novnc/vnc_auto.html /usr/share/novnc/index.html
|
|||
WORKDIR /fgc
|
||||
COPY package*.json ./
|
||||
|
||||
# Install chromium & dependencies only
|
||||
# Install browser & dependencies only
|
||||
RUN npm install \
|
||||
&& npx playwright install --with-deps chromium \
|
||||
&& npx playwright install --with-deps firefox chromium \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue