Skip to content

Bump Devcontainer base image

Daniel Gerhardt requested to merge bump-devcontainer-base into master

pipx is now used to install pre-commit. Since yarn uses this command, pipx needs to be installed when developing outside of the Devcontainer. pre-commit is installed when yarn installs packages or manually using yarn postinstall.

Known issue: Before git commit can be used inside the Devcontainer, pre-commit install needs to be run. This does not persist when run inside the Devcontainer for some reason.

Related: devcontainers#2 (closed)

Edited by Daniel Gerhardt

Merge request reports