diff --git a/Dockerfile.clientnode b/Dockerfile.clientnode index 80c218661..2fb7423e5 100644 --- a/Dockerfile.clientnode +++ b/Dockerfile.clientnode @@ -3,5 +3,7 @@ USER root RUN apt-get update && apt-get install -y rinetd curl libcurl3-gnutls RUN echo "0.0.0.0 10271 10.100.0.1 10271" >> /etc/rinetd.conf RUN echo "0.0.0.0 8923 10.100.0.1 8923" >> /etc/rinetd.conf +RUN useradd -ms /bin/bash jenkins +USER jenkins WORKDIR /usr/mm/etomic_build/client CMD /usr/sbin/rinetd && rm -rf DB && ./client \ No newline at end of file diff --git a/Dockerfile.seednode b/Dockerfile.seednode index 8aca382f6..e5407f3e6 100644 --- a/Dockerfile.seednode +++ b/Dockerfile.seednode @@ -3,5 +3,7 @@ USER root RUN apt-get update && apt-get install -y rinetd curl libcurl3-gnutls RUN echo "0.0.0.0 10271 10.100.0.1 10271" >> /etc/rinetd.conf RUN echo "0.0.0.0 8923 10.100.0.1 8923" >> /etc/rinetd.conf +RUN useradd -ms /bin/bash jenkins +USER jenkins WORKDIR /usr/mm/etomic_build/seed CMD /usr/sbin/rinetd && rm -rf DB && ./run