Skip to content

Commit

Permalink
Merge pull request #121 from neojunjie/update_ingestion_dockerfile
Browse files Browse the repository at this point in the history
update to use openjre-17. openjre-11 is not available in the debian repo
  • Loading branch information
neojunjie authored Sep 21, 2023
2 parents 9aaaa97 + a9e6ea3 commit 65ed7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/datahub-ingestion-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -y \
zip \
unzip \
ldap-utils \
openjdk-11-jre-headless \
openjdk-17-jre-headless \
&& python -m pip install --upgrade pip wheel setuptools==57.5.0 \
&& curl -Lk -o /root/librdkafka-${LIBRDKAFKA_VERSION}.tar.gz https://github.com/edenhill/librdkafka/archive/v${LIBRDKAFKA_VERSION}.tar.gz \
&& tar -xzf /root/librdkafka-${LIBRDKAFKA_VERSION}.tar.gz -C /root \
Expand Down

0 comments on commit 65ed7ad

Please sign in to comment.