Skip to content

Commit

Permalink
chore: SeichiAssistをcloneにするときにsubmoduleもダウンロードするように
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Mar 26, 2024
1 parent 3a2043f commit 115c2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 115c2f7

Please sign in to comment.