Commit a961f058 authored by 张 斌's avatar 张 斌

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

parent 5f111950
......@@ -36,7 +36,7 @@ ENV ZOO_USER=zookeeper \
# Add a user and make dirs
RUN set -ex; \
adduser -D "$ZOO_USER"; \
adduser "$ZOO_USER"; \
mkdir -p "$ZOO_DATA_LOG_DIR" "$ZOO_DATA_DIR" "$ZOO_CONF_DIR"; \
chown "$ZOO_USER:$ZOO_USER" "$ZOO_DATA_LOG_DIR" "$ZOO_DATA_DIR" "$ZOO_CONF_DIR"
......
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