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