dbeaver/dbeaver-devops#2751 stop including curl with cloud products (#4494)

This commit is contained in:
Nikita Akilov
2026-07-24 11:22:42 +02:00
committed by GitHub
parent 9e682617e6
commit a53ca3592f
-2
View File
@@ -9,8 +9,6 @@ RUN set -eux; \
apt-get update && \
apt-get dist-upgrade -y --no-install-recommends && \
apt-get install -y --no-install-recommends \
# curl required for historical reasons, see https://github.com/adoptium/containers/issues/255
curl \
# java.lang.UnsatisfiedLinkError: libfontmanager.so: libfreetype.so.6: cannot open shared object file: No such file or directory
# java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11FontManager
# https://github.com/docker-library/openjdk/pull/235#issuecomment-424466077