docker: add perl back to builder image

rfs build depends on perl; removing it caused failures. Ensure perl is installed in the container image to restore rfs functionality.
This commit is contained in:
2025-09-18 18:29:32 +02:00
parent 4f67ea488f
commit d649b7e6bf

View File

@@ -19,6 +19,7 @@ RUN apk add --no-cache \
musl-utils \ musl-utils \
pkgconfig \ pkgconfig \
openssl openssl-dev \ openssl openssl-dev \
perl \
shadow \ shadow \
bash \ bash \
findutils \ findutils \