mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
chore: add wget to Docker images
This commit is contained in:
parent
24400a3d48
commit
0936ce2bbd
@ -7,7 +7,7 @@ ARG TZ=America/Los_Angeles
|
||||
|
||||
RUN apt-get update && \
|
||||
# Install node16
|
||||
apt-get install -y curl && \
|
||||
apt-get install -y curl wget && \
|
||||
curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
|
||||
apt-get install -y nodejs && \
|
||||
|
||||
|
@ -8,7 +8,7 @@ ARG TZ=America/Los_Angeles
|
||||
RUN apt-get update && \
|
||||
|
||||
# Install node16
|
||||
apt-get install -y curl && \
|
||||
apt-get install -y curl wget && \
|
||||
curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
|
||||
apt-get install -y nodejs && \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user