3 Commits
0.0.1 ... 0.0.4

Author SHA1 Message Date
bdf16e1cd4 Update versions 2026-01-02 11:22:23 -08:00
97aeea2b1b Add git 2024-01-11 14:25:40 -08:00
63289cf385 Add nodejs 2024-01-11 14:20:18 -08:00
7 changed files with 12 additions and 6 deletions

View File

@@ -1,9 +1,8 @@
FROM docker.io/library/debian:bookworm
FROM docker.io/library/debian:trixie
RUN apt update && apt install -y ca-certificates
RUN apt update && apt install -y ca-certificates git
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

@@ -1 +1 @@
deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable
deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian trixie stable

View File

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