diff --git a/sailpoint-bytewax.dockerfile b/sailpoint-bytewax.dockerfile index dc21c08b61..06bddae633 100644 --- a/sailpoint-bytewax.dockerfile +++ b/sailpoint-bytewax.dockerfile @@ -25,4 +25,4 @@ COPY README.md README.md # git dir to infer the version of feast we're installing. # https://github.com/pypa/setuptools_scm#usage-from-docker # I think it also assumes that this dockerfile is being built from the root of the directory. -RUN --mount=source=.git,target=.git,type=bind SETUPTOOLS_SCM_PRETEND_VERSION=1 pip3 install --no-cache-dir '.[aws,gcp,bytewax,snowflake,postgres]' +RUN --mount=source=.git,target=.git,type=bind SETUPTOOLS_SCM_PRETEND_VERSION=1 pip3 install --no-cache-dir '.[aws,gcp,bytewax,snowflake,postgres,grpcio]'