From d75854449509dd053193a9096f63c0ed5b683d73 Mon Sep 17 00:00:00 2001 From: Yong-Hun Suh <62800337+YONGHUNI@users.noreply.github.com> Date: Wed, 17 Jul 2024 00:00:04 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 73240ac1..58e35e72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,2 @@ -FROM debian:latest -RUN apt-get -y update -RUN apt-get -y install reprepro -RUN apt-get -y upgrade +FROM debian:bookworm +RUN apt-get -y update && apt-get -y install reprepro && rm -rf /var/lib/apt/lists/*