Commit d4a80a1f authored by 张 斌's avatar 张 斌

chore(util):修改zookeeper的构建Dockerfile

parent a961f058
...@@ -45,8 +45,6 @@ ARG DISTRO_NAME=zookeeper-3.4.8 ...@@ -45,8 +45,6 @@ ARG DISTRO_NAME=zookeeper-3.4.8
# Download Apache Zookeeper, verify its PGP signature, untar and clean up # Download Apache Zookeeper, verify its PGP signature, untar and clean up
RUN set -ex; \ RUN set -ex; \
apk add --no-cache --virtual .build-deps \
gnupg; \
wget -q "http://www.apache.org/dist/zookeeper/$DISTRO_NAME/$DISTRO_NAME.tar.gz"; \ wget -q "http://www.apache.org/dist/zookeeper/$DISTRO_NAME/$DISTRO_NAME.tar.gz"; \
wget -q "http://www.apache.org/dist/zookeeper/$DISTRO_NAME/$DISTRO_NAME.tar.gz.asc"; \ wget -q "http://www.apache.org/dist/zookeeper/$DISTRO_NAME/$DISTRO_NAME.tar.gz.asc"; \
export GNUPGHOME="$(mktemp -d)"; \ export GNUPGHOME="$(mktemp -d)"; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment