Compare commits
No commits in common. "cbb4e7bf66d6ca9b680359afa9f9bd3278013491" and "d46b50db1600bdb8454f70e7b2dcc8fabc93b203" have entirely different histories.
cbb4e7bf66
...
d46b50db16
|
@ -27,7 +27,7 @@ RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master
|
||||||
RUN git clone https://github.com/zsh-users/zsh-autosuggestions.git /home/$USERNAME/.oh-my-zsh/custom/plugins/zsh-autosuggestions
|
RUN git clone https://github.com/zsh-users/zsh-autosuggestions.git /home/$USERNAME/.oh-my-zsh/custom/plugins/zsh-autosuggestions
|
||||||
RUN git clone https://github.com/zsh-users/zsh-syntax-highlighting.git /home/$USERNAME/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
|
RUN git clone https://github.com/zsh-users/zsh-syntax-highlighting.git /home/$USERNAME/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
|
||||||
|
|
||||||
RUN curl https://raw.githubusercontent.com/canha/golang-tools-install-script/master/goinstall.sh | bash
|
# RUN curl https://raw.githubusercontent.com/canha/golang-tools-install-script/master/goinstall.sh | bash
|
||||||
|
|
||||||
RUN echo export ZSH=\"\$HOME/.oh-my-zsh\" > /home/$USERNAME/.zshrc
|
RUN echo export ZSH=\"\$HOME/.oh-my-zsh\" > /home/$USERNAME/.zshrc
|
||||||
RUN echo ZSH_THEME=\"robbyrussell\" >> /home/$USERNAME/.zshrc
|
RUN echo ZSH_THEME=\"robbyrussell\" >> /home/$USERNAME/.zshrc
|
||||||
|
@ -44,5 +44,7 @@ RUN sed -i 's/SHELLINABOX_ARGS="--no-beep"/SHELLINABOX_ARGS="--no-beep --disable
|
||||||
|
|
||||||
USER $USERNAME
|
USER $USERNAME
|
||||||
EXPOSE 4200
|
EXPOSE 4200
|
||||||
# CMD ["/usr/bin/shellinaboxd", "--port", "4200", "--no-beep", "--disable-ssl"]
|
#CMD "/usr/bin/shellinaboxd --port 4200 --no-beep --disable-ssl"
|
||||||
CMD ["zsh"]
|
CMD ["/usr/bin/shellinaboxd", "--port", "4200", "--no-beep", "--disable-ssl"]
|
||||||
|
#ENTRYPOINT ["sudo", "service", "shellinabox", "start"]
|
||||||
|
#CMD ["sudo", "service", "shellinabox", "start"]
|
||||||
|
|
Loading…
Reference in New Issue