parent
cf6dff34d2
commit
8030d25850
1 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
FROM docker.io/library/node:20-bookworm
|
||||
RUN apt-get update && apt-get install -y docker.io
|
||||
LABEL org.opencontainers.image.authors="Stefan Brand <seiichiro@seiichiro0185.org>"
|
||||
RUN apt-get update && apt-get -y full-upgrade && apt-get install -y docker.io && apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
|
Loading…
Add table
Reference in a new issue