fix: add ca-certificates
This commit is contained in:
parent
711108761f
commit
0a095cf5b8
|
|
@ -7,7 +7,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
lsb-release \
|
lsb-release \
|
||||||
gnupg \
|
gnupg \
|
||||||
curl \
|
curl \
|
||||||
|
ca-certificates \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | tee /usr/share/keyrings/nodesource.gpg >/dev/null
|
RUN curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | tee /usr/share/keyrings/nodesource.gpg
|
||||||
COPY nodesource.list /etc/apt/sources.list.d/
|
COPY nodesource.list /etc/apt/sources.list.d/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue