From 65d35bc7edd23dafaaeca95ae95c2df44529699f Mon Sep 17 00:00:00 2001 From: Julius Zeidler Date: Tue, 26 Mar 2024 12:03:07 +0000 Subject: [PATCH] Update file Dockerfile-ubuntu --- Dockerfile-ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-ubuntu b/Dockerfile-ubuntu index af8b8e8..72201b8 100644 --- a/Dockerfile-ubuntu +++ b/Dockerfile-ubuntu @@ -1,5 +1,5 @@ FROM ubuntu RUN apt-get -y update && \ - apt-get install -y curl jq bash git coreutils zip zsh + apt-get install -y curl jq bash git zsh CMD [ "zsh" ]