Skip to content

Commit

Permalink
fix dockerfile state-store image
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Feb 7, 2022
1 parent 0b9df95 commit 4a1574f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker-images/statestore-image/Dockerfile
Expand Up @@ -30,7 +30,7 @@ ENV JAVA_HOME=/usr/lib/jvm/java-11

RUN set -x \
&& adduser "${BK_USER}" \
&& yum install -y java-1.8.0-openjdk-headless wget bash sudo \
&& yum install -y java-11-openjdk-devel wget bash sudo \
&& wget -q https://bootstrap.pypa.io/pip/2.7/get-pip.py \
&& python get-pip.py \
&& pip install zk-shell \
Expand Down

0 comments on commit 4a1574f

Please sign in to comment.