From 115c2f7adaa699774acfdbc65ea4ea4fc23493fb Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Wed, 27 Mar 2024 00:52:09 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20SeichiAssist=E3=82=92clone=E3=81=AB?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=81=A8=E3=81=8D=E3=81=ABsubmodule=E3=82=82?= =?UTF-8?q?=E3=83=80=E3=82=A6=E3=83=B3=E3=83=AD=E3=83=BC=E3=83=89=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd9b813..0cb0e2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM ubuntu:22.04 LABEL org.opencontainers.image.source=https://github.com/GiganticMinecraft/seichiassist-downloader RUN apt-get update -y && \ apt-get install -y git curl gnupg openjdk-17-jdk && \ - git clone https://github.com/GiganticMinecraft/SeichiAssist.git + git clone --recursive https://github.com/GiganticMinecraft/SeichiAssist.git # sbt 公式リポジトリを追加 RUN echo "deb https://repo.scala-sbt.org/scalasbt/debian all main" | tee /etc/apt/sources.list.d/sbt.list && \