From 7047c1a7a62bc548c8aaa9c2ef91494161d27cd3 Mon Sep 17 00:00:00 2001 From: Alcibiades Athens Date: Mon, 13 Nov 2023 18:46:53 -0500 Subject: [PATCH] slim down install --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 530abda..70d7d3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM debian:bookworm-slim AS foundry-environment +FROM debian:bookworm-slim AS foundry -RUN apt-get update -y && apt-get install -y linux-headers-generic git curl bash +RUN apt-get update -y && apt-get install -y git curl bash RUN apt-get clean && rm -rf /var/lib/apt/lists/* RUN useradd -u 1000 -m foundry