This is an automated email from the ASF dual-hosted git repository.
dianfu pushed a commit to branch release-1.16
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.16 by this push:
new b58a1c956a1 [hotfix][docs][python] Update docker.md by adding missing
dependencies
b58a1c956a1 is described below
commit b58a1c956a1e27c8fb2ad437dd79e0646d6518d9
Author: Matt <[email protected]>
AuthorDate: Tue Nov 8 10:50:15 2022 +1000
[hotfix][docs][python] Update docker.md by adding missing dependencies
This closes #21254.
---
docs/content.zh/docs/deployment/resource-providers/standalone/docker.md | 2 +-
docs/content/docs/deployment/resource-providers/standalone/docker.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/content.zh/docs/deployment/resource-providers/standalone/docker.md
b/docs/content.zh/docs/deployment/resource-providers/standalone/docker.md
index d7ccf678f1e..893f97ea841 100644
--- a/docs/content.zh/docs/deployment/resource-providers/standalone/docker.md
+++ b/docs/content.zh/docs/deployment/resource-providers/standalone/docker.md
@@ -331,7 +331,7 @@ FROM flink:latest
# it currently only supports Python 3.6, 3.7 and 3.8 in PyFlink officially.
RUN apt-get update -y && \
-apt-get install -y build-essential libssl-dev zlib1g-dev libbz2-dev libffi-dev
&& \
+apt-get install -y build-essential libssl-dev zlib1g-dev libbz2-dev libffi-dev
liblzma-dev && \
wget https://www.python.org/ftp/python/3.7.9/Python-3.7.9.tgz && \
tar -xvf Python-3.7.9.tgz && \
cd Python-3.7.9 && \
diff --git
a/docs/content/docs/deployment/resource-providers/standalone/docker.md
b/docs/content/docs/deployment/resource-providers/standalone/docker.md
index 4a0e2839653..cd7bac88aa4 100644
--- a/docs/content/docs/deployment/resource-providers/standalone/docker.md
+++ b/docs/content/docs/deployment/resource-providers/standalone/docker.md
@@ -431,7 +431,7 @@ FROM flink:latest
# it currently only supports Python 3.6, 3.7 and 3.8 in PyFlink officially.
RUN apt-get update -y && \
-apt-get install -y build-essential libssl-dev zlib1g-dev libbz2-dev libffi-dev
&& \
+apt-get install -y build-essential libssl-dev zlib1g-dev libbz2-dev libffi-dev
liblzma-dev && \
wget https://www.python.org/ftp/python/3.7.9/Python-3.7.9.tgz && \
tar -xvf Python-3.7.9.tgz && \
cd Python-3.7.9 && \