Skip to content

Commit 1198d72

Browse files
authored
Merge pull request #540 from dinogun/update_alpine_musl_cacerts
Remove alpine OS provided java-cacerts as we dont use it.
2 parents c5d245e + 94971ff commit 1198d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ EOI
249249
# Select the alpine OS musl based packages.
250250
print_alpine_musl_pkg() {
251251
cat >> "$1" <<'EOI'
252-
RUN apk add --no-cache tzdata musl-locales musl-locales-lang java-cacerts \
252+
RUN apk add --no-cache tzdata musl-locales musl-locales-lang \
253253
&& rm -rf /var/cache/apk/*
254254
EOI
255255
}

0 commit comments

Comments
 (0)