@@ -36,7 +36,10 @@ RUN apt-get update \
|
||||
software-properties-common \
|
||||
ca-certificates \
|
||||
curl \
|
||||
gnupg
|
||||
gnupg \
|
||||
python3-setuptools \
|
||||
python3
|
||||
|
||||
|
||||
RUN mkdir -p /etc/apt/keyrings \
|
||||
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \
|
||||
|
||||
Reference in New Issue
Block a user