Install which into devcontainer
Needed for pre-commit hook
This commit is contained in:
parent
229819268d
commit
f9614d4c38
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ RUN pacman-key --init
|
|||
RUN pacman-key --populate
|
||||
|
||||
# Install git and yarn
|
||||
RUN pacman --noconfirm -Syu git yarn
|
||||
RUN pacman --noconfirm -Syu git yarn which
|
||||
# Set the git editor to be VS Code (for obvious reasons)
|
||||
RUN git config --global core.editor code --wait
|
Reference in a new issue