This commit is contained in:
2023-04-02 01:38:29 -07:00
parent ee55f6fc0a
commit aa9da1108e
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,8 @@ FROM ${IMAGE}
RUN apt update RUN apt update
RUN apt install -y wget chromium-browser RUN apt install -y wget chromium-browser
ADD https://minio.studiowhy.net/hackmd/UnityBuilder /usr/local/bin/ #ADD https://minio.studiowhy.net/hackmd/UnityBuilder /usr/local/bin/
COPY UnityBuilder /usr/local/bin/
RUN chmod +x /usr/local/bin/UnityBuilder RUN chmod +x /usr/local/bin/UnityBuilder
COPY entrypoint.sh / COPY entrypoint.sh /

BIN
unity-command/UnityBuilder Normal file

Binary file not shown.