From 26a9368e5ffe098bdba9f21927d7483f205a8e9c Mon Sep 17 00:00:00 2001 From: Scion Date: Sat, 25 Mar 2023 22:58:34 -0700 Subject: [PATCH] test --- unity-command/Dockerfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/unity-command/Dockerfile b/unity-command/Dockerfile index 679884f..19c16a1 100644 --- a/unity-command/Dockerfile +++ b/unity-command/Dockerfile @@ -12,9 +12,10 @@ COPY entrypoint.sh / RUN chmod +x /entrypoint.sh COPY scripts/. /scripts -RUN --mount=type=secret,id=SERIAL \ - --mount=type=secret,id=USERNAME \ - --mount=type=secret,id=PASSWORD \ - bash /scripts/activate_license.sh +# Commented out until better image selection is enabled. +# RUN --mount=type=secret,id=SERIAL \ +# --mount=type=secret,id=USERNAME \ +# --mount=type=secret,id=PASSWORD \ +# bash /scripts/activate_license.sh ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file