Skip to content

Commit

Permalink
clients/besu: Fix git dockerfile (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz authored Jan 5, 2024
1 parent af4a4f6 commit f2a8720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/besu/Dockerfile.git
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG github=hyperledger/besu

RUN echo "installing java on ubuntu base image" \
&& apt-get update && apt-get install -y git libsodium-dev libnss3-dev \
&& apt-get install --no-install-recommends -q --assume-yes ca-certificates-java=20190909 \
&& apt-get install --no-install-recommends -q --assume-yes ca-certificates-java=20190909* \
&& apt-get install --no-install-recommends -q --assume-yes openjdk-17-jre-headless=17* libjemalloc-dev=5.* \
&& echo "Cloning: $github - $tag" \
&& git clone --depth 1 --branch $tag https://github.com/$github \
Expand Down

0 comments on commit f2a8720

Please sign in to comment.