feat: bookworm image, docker tests pass

This commit is contained in:
2024-03-08 12:03:53 +00:00
parent 02afe496d5
commit 3e607a4b1f
3 changed files with 13 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ binaries: List[Text] = [
"gh",
"terraform",
"docker" if not os.environ.get("SKIP_DOCKER_CONFIG") else None,
"screenfetch",
"neofetch",
# language: python
"pyenv",
@@ -63,10 +63,9 @@ binaries: List[Text] = [
"node",
"npm",
"yarn",
# language: java
"java",
]
binaries = [binary for binary in binaries if binary is not None]
# --------------------------------------------------------------------------- #