diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 845121de..40d5c7f1 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -50,3 +50,6 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + build-args: | + INCLUDE_MONGODBTOOLS=true + PREINSTALL_LIBS=true