From cbda1a7a872c24357de6a1eec8828af97d78cbbc Mon Sep 17 00:00:00 2001 From: Julius Zeidler Date: Thu, 10 Apr 2025 15:41:11 +0200 Subject: [PATCH] add docker to ubuntu --- ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index c1d1aed..56ca2df 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -5,5 +5,5 @@ RUN apt-get -y update && \ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && \ add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" && \ apt-get -y install docker-ce && \ - apt-get install -y curl diffutils jq bash git zsh docker nodejs npm yarn docker + apt-get install -y curl diffutils jq bash git zsh docker nodejs npm CMD [ "zsh" ]