File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:latest
22
3- # Avoid warnings by switching to noninteractive
4- ENV DEBIAN_FRONTEND=noninteractive
3+ WORKDIR /home/
54
6- RUN bash setup.sh
5+ COPY . .
76
8- # Switch back to dialog for any ad-hoc use of apt-get
9- ENV DEBIAN_FRONTEND=dialog
7+ RUN bash ./setup.sh
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ cp /root/.zshrc /home/$USERNAME
3131sed -i -e " s/\/root\/.oh-my-zsh/\/home\/$USERNAME \/.oh-my-zsh/g" /home/$USERNAME /.zshrc
3232chown -R $USER_UID :$USER_GID /home/$USERNAME /.oh-my-zsh /home/$USERNAME /.zshrc
3333
34- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
34+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
You can’t perform that action at this time.
0 commit comments