Compare commits

..

No commits in common. "main" and "0.0.1" have entirely different histories.
main ... 0.0.1

7 changed files with 4 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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