diff --git a/Source/Dockerfile b/Source/Dockerfile index 3daabf0..b671118 100644 --- a/Source/Dockerfile +++ b/Source/Dockerfile @@ -4,10 +4,12 @@ WORKDIR /tmp #install the dependencies RUN yum -y install gcc-c++ && yum -y install findutils +RUN yum -y install tar gzip + RUN touch ~/.bashrc && chmod +x ~/.bashrc RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash RUN source ~/.bashrc && nvm install 6.10 -WORKDIR /build \ No newline at end of file +WORKDIR /build