Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bdf16e1cd4 | |||
| 97aeea2b1b |
@@ -1,6 +1,6 @@
|
||||
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 files/. /
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
deb [arch=amd64 signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main
|
||||
deb [arch=amd64 signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_24.x nodistro main
|
||||
|
||||
Reference in New Issue
Block a user