From 07120a1d3d6591db1b8fc8f2a4de5291820f568c Mon Sep 17 00:00:00 2001 From: Scion Date: Wed, 29 Nov 2023 11:37:49 -0800 Subject: [PATCH] Updated how chromium-browser is installed. --- unity-command/Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/unity-command/Dockerfile b/unity-command/Dockerfile index 147fe16..7148c59 100644 --- a/unity-command/Dockerfile +++ b/unity-command/Dockerfile @@ -1,9 +1,11 @@ #Arg is replaced with the desired Unity container. -ARG IMAGE=unityci/base:latest +ARG IMAGE=unityci/editor:2023.1.16f1-windows-mono-3 FROM ${IMAGE} -RUN apt update -RUN apt install -y wget chromium-browser +RUN apt-get update +RUN apt-get install -y software-properties-common apt-transport-https wget chromium-browser +RUN add-apt-repository -y ppa:savoury1/chromium +RUN apt-get update && apt-get install -y chromium-browser #ADD https://minio.studiowhy.net/hackmd/UnityBuilder /usr/local/bin/ COPY UnityBuilder /usr/local/bin/