This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Description
Describe the bug
flowgate version: v1.2.0
java command can't be found in the baseimage:1.0
Reproduction steps
- docker run -it -d --name test-baseimage baseimage:1.0
- docker exec -it test-baseimage /bin/sh
- run the below commands in the test-baseimage container
sh-4.4# java
sh: java: command not found
sh-4.4# find / -name java
/usr/lib/jvm/OpenJDK-11.0/bin/java
sh-4.4# /usr/lib/jvm/OpenJDK-11.0/bin/java
Error: dl failure on line 598
Error: failed /usr/lib/jvm/OpenJDK-11.0/lib/server/libjvm.so, because libstdc++.so.6: cannot open shared object file: No such file or directory
Expected behavior
the java command should run correctly
Additional context
No response