Skip to content

Commit

Permalink
fix standalone image error
Browse files Browse the repository at this point in the history
  • Loading branch information
dockerzhang committed Apr 26, 2021
1 parent 8fed161 commit ef4649d
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 ef4649d

Please sign in to comment.