mirror of
https://github.com/nexodus-io/nexodus.git
synced 2026-04-22 16:17:10 +08:00
189d9a144a
- bump the playrwright container version to match. Signed-off-by: Hiram Chirino <hiram@hiramchirino.com>
10 lines
262 B
Docker
10 lines
262 B
Docker
FROM mcr.microsoft.com/playwright:v1.41.2-jammy
|
|
|
|
ENV NODE_EXTRA_CA_CERTS=/usr/local/share/ca-certificates/cacerts.crt
|
|
|
|
RUN apt-get update -y \
|
|
&& apt-get install -y libnss3-tools \
|
|
&& apt-get clean all
|
|
|
|
COPY --chmod=755 ./hack/update-ca.sh /update-ca.sh
|