Update Packages, Remove Package Lists after Install

This commit is contained in:
seiichiro 2025-02-25 07:15:28 +01:00
parent cf6dff34d2
commit 8030d25850

View file

@ -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/*