add missing perl to flex

This commit is contained in:
Lance R. Vick 2024-02-10 02:45:06 -08:00
parent 747504294b
commit 5dc63b136c
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

View file

@ -9,6 +9,7 @@ ADD --checksum=sha256:${SRC_HASH} ${SRC_SITE} .
FROM fetch as build
COPY --from=busybox . /
COPY --from=perl . /
COPY --from=gcc . /
COPY --from=binutils . /
COPY --from=make . /