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