This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 3be19ec fix standalone image error (#10359)
3be19ec is described below
commit 3be19ec4e4e05e7f25eb5dcaab7aa22baa1e4a31
Author: dockerzhang <[email protected]>
AuthorDate: Tue Apr 27 00:53:27 2021 +0800
fix standalone image error (#10359)
Co-authored-by: dockerzhang <[email protected]>
---
docker/pulsar-standalone/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/docker/pulsar-standalone/Dockerfile
b/docker/pulsar-standalone/Dockerfile
index 8555af0..0035de5 100644
--- a/docker/pulsar-standalone/Dockerfile
+++ b/docker/pulsar-standalone/Dockerfile
@@ -32,6 +32,7 @@ RUN apt-get update \
&& apt-get -y install python3.7 python3.7-dev python3-pip postgresql sudo
nginx supervisor libpq-dev
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
+RUN update-ca-certificates
RUN ln -s /usr/bin/pip3 /usr/bin/pip
# Postgres configuration