We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da6c054 + 34f31fc commit d05ecbaCopy full SHA for d05ecba
deploy/docker/observability-be.dockerfile
@@ -33,7 +33,9 @@ RUN python3 -O -m pip install --no-deps /tmp/dk --prefix=/dk
33
FROM ${BASE_IMAGE_URL}python:3.13-alpine3.23 AS runtime-image
34
35
RUN apk update && apk upgrade && apk add --no-cache librdkafka=2.12.1-r0 \
36
- && apk del curl libcurl \
+ && apk del curl \
37
+ && apk upgrade --no-cache libcurl busybox busybox-binsh ssl_client \
38
+ --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main \
39
&& pip install --no-cache-dir --upgrade pip
40
41
# Grab the pre-built app from the build-image. This way we don't have
0 commit comments