From 00c5ae412d840bc4f7e0dae42008f3198ee6a9eb Mon Sep 17 00:00:00 2001 From: Julius Zeidler Date: Tue, 26 Mar 2024 11:54:47 +0000 Subject: [PATCH] Update file Dockerfile-debian --- Dockerfile-debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-debian b/Dockerfile-debian index 1b6a5f8..6fb9b69 100644 --- a/Dockerfile-debian +++ b/Dockerfile-debian @@ -1,5 +1,5 @@ FROM debian RUN apt -y update && \ - apt install -y --no-cache curl jq bash git coreutils zip openssh zsh + apt install -y curl jq bash git coreutils zip openssh zsh CMD [ "zsh" ]