From 489ae82aed7c1d39a6e9c40303c397ae5131b1ac Mon Sep 17 00:00:00 2001 From: Nick Trochalakis Date: Mon, 7 Jul 2025 11:20:12 -0700 Subject: [PATCH] Update Dockerfile --- containers/sshclient/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/sshclient/Dockerfile b/containers/sshclient/Dockerfile index 3bfc0b4..68b5326 100644 --- a/containers/sshclient/Dockerfile +++ b/containers/sshclient/Dockerfile @@ -1,7 +1,7 @@ FROM debian:bullseye-slim ENV DEBIAN_FRONTEND=noninteractive -RUN apt-get update && \ - apt-get install -y --no-install-recommends \ +RUN apt-get update +RUN apt-get install -y --no-install-recommends \ bash \ screen \ curl \