From 0eb141f2b1d538a73280b263ac916d195187be0d Mon Sep 17 00:00:00 2001 From: Salvydas Lukosius Date: Sun, 5 Jun 2022 16:28:23 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd18edd..8094903 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ USER ${USERNAME} COPY --chown=${USERNAME} "$FOLDER" /home/${USERNAME} RUN cp -vf /home/${USERNAME}/zshrc.zsh /home/${USERNAME}/.zshrc 2>/dev/null || true; \ -sh -c "$(curl -fsSL https://raw.githubusercontent.com/z-shell/zi-src/main/lib/sh/install.sh)" -- -i skip +sh -c "$(curl -fsSL https://raw.githubusercontent.com/z-shell/zi-src/main/lib/sh/i.sh)" -- -i install RUN if [ -f /home/${USERNAME}/bootstrap.sh ]; then \ chmod u+x /home/${USERNAME}/bootstrap.sh; \ /home/${USERNAME}/bootstrap.sh; \