1
Fork 0

Install which into devcontainer

Needed for pre-commit hook
This commit is contained in:
Tobias Berger 2022-01-28 11:05:22 +00:00 committed by GitHub
parent 6d54581ad0
commit 4dd84523d8

View file

@ -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