We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2a2b98 + c81f88e commit dfd7eb8Copy full SHA for dfd7eb8
openvoxserver/Containerfile.alpine
@@ -3,7 +3,7 @@ FROM alpine:3.22 AS base
3
# Install JDK
4
ARG JDK_VERSION=17
5
RUN apk update && apk upgrade \
6
- && apk add --no-cache openjdk${JDK_VERSION}-jre-headless bash
+ && apk add --no-cache openjdk${JDK_VERSION}-jre-headless bash curl
7
8
################################################################################
9
0 commit comments