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 Tobias Berger
parent 229819268d
commit f9614d4c38
Signed by: toby
GPG key ID: 2D05EFAB764D6A88

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