Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ USER vscode

RUN \
# ShellSpec のインストール
sh -c 'wget -O- https://git.io/shellspec | sh -s -- --yes'

sh -c 'wget -O- https://git.io/shellspec | sh -s -- --yes' \
# OlioSource のインストール (shellcheck と同じ先)
&& sudo wget https://git.io/oliosource \
&& sudo chmod +x ./oliosource \
&& sudo mv ./oliosource "$(dirname "$(which shellcheck)")"