Skip to content

Commit 17a0697

Browse files
authored
fix: missing curl when not CA
1 parent fd3609a commit 17a0697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvoxserver/Containerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine:3.22 AS base
33
# Install JDK
44
ARG JDK_VERSION=17
55
RUN apk update && apk upgrade \
6-
&& apk add --no-cache openjdk${JDK_VERSION}-jre-headless bash
6+
&& apk add --no-cache openjdk${JDK_VERSION}-jre-headless bash curl
77

88
################################################################################
99

0 commit comments

Comments
 (0)