Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
97aeea2b1b | |||
63289cf385 |
@ -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 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
|
||||
|
||||
|
BIN
files/etc/apt/keyrings/nodesource.gpg
Normal file
BIN
files/etc/apt/keyrings/nodesource.gpg
Normal file
Binary file not shown.
3
files/etc/apt/preferences.d/nodejs
Normal file
3
files/etc/apt/preferences.d/nodejs
Normal file
@ -0,0 +1,3 @@
|
||||
Package: nodejs
|
||||
Pin: origin deb.nodesource.com
|
||||
Pin-Priority: 600
|
3
files/etc/apt/preferences.d/nsolid
Normal file
3
files/etc/apt/preferences.d/nsolid
Normal file
@ -0,0 +1,3 @@
|
||||
Package: nsolid
|
||||
Pin: origin deb.nodesource.com
|
||||
Pin-Priority: 600
|
1
files/etc/apt/sources.list.d/nodesource.list
Normal file
1
files/etc/apt/sources.list.d/nodesource.list
Normal file
@ -0,0 +1 @@
|
||||
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