diff --git a/build/Dockerfile b/build/Dockerfile index f6285c4..d089459 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -5,6 +5,7 @@ ARG GO_VERSION='1.18.5' RUN apt-get update && \ apt-get install -y \ + ca-certificates-java \ make \ rpm \ gnupg2 \