Skip to content

Commit

Permalink
Fix installation invocation for OpenJDK (#31752)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey authored Jul 2, 2024
1 parent 366db73 commit e28e00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/backend/containers/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN cd /opt/playground/backend/kafka-emulator/ && tar -xvf kafka-emulator.tar &&
mv beam-playground-kafka-emulator-*.jar beam-playground-kafka-emulator.jar
RUN apt-get update && \
wget http://http.us.debian.org/debian/pool/main/o/openjdk-11/openjdk-11-jre-headless_11.0.23+9-1~deb11u1_amd64.deb && \
apt install -y ./openjdk-11-jre-headless_11.0.22+7-1~deb11u1_amd64.deb
apt install -y ./openjdk-11-jre-headless_11.0.23+9-1~deb11u1_amd64.deb

# Create a user group `appgroup` and a user `appuser`
RUN groupadd --gid 20000 appgroup \
Expand Down

0 comments on commit e28e00a

Please sign in to comment.