Updated with UnityBuilder and cache.

This commit is contained in:
2023-03-19 02:35:02 -07:00
parent c1dc2ddc9b
commit 1a40a9a050
5 changed files with 27 additions and 23 deletions

View File

@@ -2,12 +2,12 @@
ARG IMAGE=unityci/base:latest
FROM ${IMAGE}
RUN apt update
RUN apt install -y wget chromium-browser
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
COPY install-dotnet.sh /
RUN bash /install-dotnet.sh
ADD https://minio.studiowhy.net/hackmd/UnityBuilder /usr/local/bin/
RUN chmod +x /usr/local/bin/UnityBuilder