Replace Jetty user id
[sdc/sdc-docker-base.git] / base_sdc-jetty / Dockerfile
index d4283be..a907169 100644 (file)
@@ -30,5 +30,9 @@ RUN set -ex && \
 
 RUN pip install pycurl
 
+COPY set_user.sh /tmp/set_user.sh
+
+RUN sh -x /tmp/set_user.sh && rm -f /tmp/set_user.sh
+
 USER jetty