Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Ben Bangert b34fbc5deb
chore: add missing deps for glean-generate
Because:

* glean-generate needs venv and pip to run correctly

This commit:

* Add missing Python venv/pip dependencies.
2024-07-03 00:11:51 +00:00
Ben Bangert d7bcd689a0
fix: use working gcloud feature in dev container
Because:

* The other gcloud feature require arch linux, ours is debian based.

This commit:

* Changes the gcloud feature to one that works with debian based systems.
2024-06-13 17:24:59 +00:00
Ben Bangert b3f43579d9
chore: add mycli, redis, and gcloud to devcontainer
Because:

* It's useful having some CLI tooling for the fxa stack installed by
  default in the devcontainer.

This commit:

* Adds mycli, redis, and gcloud to the devcontainer.
2024-06-13 16:15:30 +00:00
Ben Bangert e2e7f0fe4e
feat: add devcontainer for Docker in Docker development
Because:

* We want a consistent development environment for all developers.

This commit:

* Adds a devcontainer configuration for Docker in Docker development.
2024-06-12 15:27:00 +00:00