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.
1 parent fd3609a commit 17a0697Copy full SHA for 17a0697
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