From 5da9f13af48b6145fc46a0401939081fddd58ac1 Mon Sep 17 00:00:00 2001 From: Mathieu Tarral Date: Tue, 21 Oct 2025 08:19:42 -0700 Subject: [PATCH] Dockerfile: remove unecessary runtime deps from tsffs_prod image --- Dockerfile | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/Dockerfile b/Dockerfile index 171a952e..12c67cb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -223,28 +223,6 @@ ENV SIMICS_BASE="/workspace/simics/simics-${PUBLIC_SIMICS_PACKAGE_VERSION_1000}/ # Add cargo and ispm to the path ENV PATH="/home/${USERNAME}/.cargo/bin:/workspace/simics/ispm:${PATH}" -# Install minimal runtime dependencies only -# hadolint ignore=DL3004,SC3009 -RUN <