fix: retain runtime libs for alpine production (#138)

This commit is contained in:
l5y
2025-09-21 09:18:55 +02:00
committed by GitHub
parent 89f0b1bcfe
commit a4256cee83

View File

@@ -15,7 +15,9 @@ COPY data/requirements.txt ./
RUN set -eux; \
apk add --no-cache \
tzdata \
curl; \
curl \
libstdc++ \
libgcc; \
apk add --no-cache --virtual .build-deps \
gcc \
musl-dev \