Skip to content

Commit

Permalink
Fix pulser-client-cpp Dockerfile (apache#5413)
Browse files Browse the repository at this point in the history
  • Loading branch information
magrain authored and nkurihar committed Oct 23, 2019
1 parent 590b068 commit 6258695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pulsar-client-cpp/pkg/deb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN curl -O -L https://github.com/madler/zlib/archive/v1.2.11.tar.gz && \
cd zlib-1.2.11 && \
CFLAGS="-fPIC -O3" ./configure && \
make && make install && \
rm -rf /zlib-1.2.11.tar.gz /zlib-1.2.11
rm -rf /v1.2.11.tar.gz /zlib-1.2.11

RUN curl -O -L https://github.com/openssl/openssl/archive/OpenSSL_1_1_0j.tar.gz && \
tar xvfz OpenSSL_1_1_0j.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion pulsar-client-cpp/pkg/rpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN curl -O -L https://github.com/madler/zlib/archive/v1.2.11.tar.gz && \
cd zlib-1.2.11 && \
CFLAGS="-fPIC -O3" ./configure && \
make && make install && \
rm -rf /zlib-1.2.11.tar.gz /zlib-1.2.11
rm -rf /v1.2.11.tar.gz /zlib-1.2.11

RUN curl -O -L https://github.com/openssl/openssl/archive/OpenSSL_1_1_0j.tar.gz && \
tar xvfz OpenSSL_1_1_0j.tar.gz && \
Expand Down

0 comments on commit 6258695

Please sign in to comment.