quick fix

This commit is contained in:
Anthony Stirling 2024-12-22 11:55:40 +00:00
parent 34ddc298cf
commit 341a234b7c

View File

@ -37,6 +37,7 @@ RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /et
echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && \
echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && \
apk upgrade --no-cache -a && \
mkdir -p /usr/share/tessdata && \
apk add --no-cache \
ca-certificates \
tzdata \