8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4077239 commit 406bf46Copy full SHA for 406bf46
dataflow/flex-templates/streaming_beam/Dockerfile
@@ -21,7 +21,7 @@ WORKDIR ${WORKDIR}
21
# Due to a change in the Beam base image in version 2.24, we need to install
22
# libffi-dev manually as a dependency. For more information:
23
# https://github.com/GoogleCloudPlatform/python-docs-samples/issues/4891
24
-RUN apt-get upd 4DDB ate && apt-get install -y libffi-dev && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install -y libffi-dev git && rm -rf /var/lib/apt/lists/*
25
26
COPY requirements.txt .
27
COPY streaming_beam.py .
0 commit comments