Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-o authored Jun 5, 2022
1 parent 19e3371 commit 0eb141f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit 0eb141f

Please sign in to comment.