From 9076bdbcf9756c6f8a230ede83581b9cd2598b33 Mon Sep 17 00:00:00 2001 From: "ueno.s" Date: Tue, 29 Oct 2024 17:23:26 +0900 Subject: [PATCH] =?UTF-8?q?Swarm=20trigger=E3=81=AE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 777f6fc..dd1475f 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -35,7 +35,7 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime \ && echo 'export LANGUAGE="ja_JP:ja"' >> ~/.bashrc \ && wget -qO - https://package.perforce.com/perforce.pubkey | apt-key add - \ && echo "deb http://package.perforce.com/apt/ubuntu jammy release" > /etc/apt/sources.list.d/perforce.list \ - && apt-get update && apt-get -y install helix-p4d python3 perforce-p4python3 \ + && apt-get update && apt-get -y install helix-p4d python3 perforce-p4python3 helix-swarm-triggers \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && apt-get autoremove -y \