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:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user