You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Describe the bug
flowgate version: v1.2.0
java command can't be found in the baseimage:1.0
Reproduction steps
Expected behavior
the java command should run correctly
Additional context
No response