Skip to content

Commit

Permalink
fix standalone image error (apache#10359)
Browse files Browse the repository at this point in the history
Co-authored-by: dockerzhang <[email protected]>
  • Loading branch information
dockerzhang and dockerzhang authored Apr 26, 2021
1 parent 69a173a commit 24f35af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/pulsar-standalone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,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
Expand Down

0 comments on commit 24f35af

Please sign in to comment.