diff --git a/01ubuntu.sh b/01ubuntu.sh index d1d715b..efa54a4 100644 --- a/01ubuntu.sh +++ b/01ubuntu.sh @@ -18,6 +18,7 @@ apt update && apt upgrade -y PKGS=" apt-file apt-utils + bash bash-completion build-essential byobu diff --git a/Dockerfile b/Dockerfile index 7d3b95e..dd7648d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN dpkg -i /tmp/atom.deb && rm /tmp/atom.deb ######################################################## RUN git clone https://github.com/creationix/nvm.git /usr/local/nvm ADD ./nvmsetup.sh /etc/profile.d/nvmsetup.sh -RUN \ bash -c 'source /etc/profile.d/nvmsetup.sh && \ +RUN bash -c 'source /etc/profile.d/nvmsetup.sh && \ nvm install --lts && \ nvm use default'