1 Commits
0.0.1 ... 0.0.2

Author SHA1 Message Date
63289cf385 Add nodejs 2024-01-11 14:20:18 -08:00
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