test
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
ARG IMAGE=unityci/base:latest
|
||||
FROM ${IMAGE}
|
||||
|
||||
RUN useradd -ms /bin/bash unity -u 1000
|
||||
#RUN useradd -ms /bin/bash unity -u 1000
|
||||
|
||||
COPY entrypoint.sh /
|
||||
RUN chmod +x /entrypoint.sh
|
||||
@@ -14,4 +14,4 @@ COPY UnityBuilder /usr/local/bin/
|
||||
RUN chmod +x /usr/local/bin/UnityBuilder
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
USER unity
|
||||
#USER unity
|
||||
Reference in New Issue
Block a user