Skip to content

Commit

Permalink
chore: rename script setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
uhobeike committed Aug 29, 2024
1 parent 60e03c3 commit fc43d1f
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 @@ -36,7 +36,7 @@ USER $USERNAME
RUN mkdir -m 700 ~/.ssh && \
ssh-keyscan github.com > $HOME/.ssh/known_hosts

RUN --mount=type=ssh,uid=1000 source <(curl -s https://raw.githubusercontent.com/Shinsotsu-Tsukuba-Challenger/trainee/main/install.sh) && \
RUN --mount=type=ssh,uid=1000 source <(curl -s https://raw.githubusercontent.com/Shinsotsu-Tsukuba-Challenger/trainee/main/setup.sh) && \
: "remove cache" && \
sudo apt-get autoremove -y -qq && \
sudo rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit fc43d1f

Please sign in to comment.