TASK: removed source command

This commit is contained in:
AsP3X 2022-07-26 17:25:40 +02:00
parent 391ef259ab
commit 3d8ca86d01

View File

@ -21,7 +21,6 @@ RUN apt install -y \
RUN apt install nano wget htop curl git zip unzip -y
RUN curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
RUN source ~/.bashrc
RUN \
echo "**** install node repo ****" && \