diff --git a/Dockerfile b/Dockerfile index 9b8cd74b..17b78f21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,15 @@ FROM rubylang/ruby:3.4.1-noble -RUN apt-get update -y && apt install -y git make golang zsh fish tmux +RUN apt-get update && apt-get install -y git make golang zsh fish tmux + +# https://www.nushell.sh/book/installation.html +RUN <> ~/.bashrc RUN echo '. ~/.bashrc' >> ~/.bash_profile