Add nodejs

This commit is contained in:
Tony Grosinger 2024-01-11 14:20:18 -08:00
parent e1f2387ea7
commit 63289cf385
7 changed files with 10 additions and 4 deletions

View File

@ -1,9 +1,8 @@
FROM docker.io/library/debian:bookworm
RUN apt update && apt install -y ca-certificates
RUN apt update && apt install -y ca-certificates
COPY apt/docker.gpg /etc/apt/keyrings/docker.gpg
COPY apt/docker.list /etc/apt/sources.list.d/docker.list
COPY files/. /
RUN apt update && apt install -y docker-ce-cli docker-buildx-plugin
RUN apt update && apt install -y nodejs docker-ce-cli docker-buildx-plugin

Binary file not shown.

View File

@ -0,0 +1,3 @@
Package: nodejs
Pin: origin deb.nodesource.com
Pin-Priority: 600

View File

@ -0,0 +1,3 @@
Package: nsolid
Pin: origin deb.nodesource.com
Pin-Priority: 600

View File

@ -0,0 +1 @@
deb [arch=amd64 signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main