Skip to content

Commit dfd7eb8

Browse files
authored
Merge pull request #83 from dotconfig404/patch-3
fix: missing curl when not CA
2 parents c2a2b98 + c81f88e commit dfd7eb8

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)