Skip to content

Commit

Permalink
Swarm triggerの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno-s committed Oct 29, 2024
1 parent 4a7b3ea commit 9076bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9076bdb

Please sign in to comment.