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