Compare commits
No commits in common. "main" and "0.0.1" have entirely different histories.
@ -1,8 +1,9 @@
|
||||
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
|
||||
|
||||
|
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
Package: nodejs
|
||||
Pin: origin deb.nodesource.com
|
||||
Pin-Priority: 600
|
@ -1,3 +0,0 @@
|
||||
Package: nsolid
|
||||
Pin: origin deb.nodesource.com
|
||||
Pin-Priority: 600
|
@ -1 +0,0 @@
|
||||
deb [arch=amd64 signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main
|
Loading…
x
Reference in New Issue
Block a user