fixed typo, added bash to package list
This commit is contained in:
parent
93e70acc93
commit
8a7a3766db
|
@ -18,6 +18,7 @@ apt update && apt upgrade -y
|
|||
PKGS="
|
||||
apt-file
|
||||
apt-utils
|
||||
bash
|
||||
bash-completion
|
||||
build-essential
|
||||
byobu
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue