forked from tfgrid/zosbuilder
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 \
|
||||
pkgconfig \
|
||||
openssl openssl-dev \
|
||||
perl \
|
||||
shadow \
|
||||
bash \
|
||||
findutils \
|
||||
|
||||
Reference in New Issue
Block a user