chore: Add perl dependency in fedora

This commit is contained in:
Sergio Gasquez 2022-11-04 09:22:04 +01:00
parent e6403893f2
commit 47cfb7b540

View File

@ -15,7 +15,7 @@ RUN adduser --disabled-password --gecos "" ${CONTAINER_USER}
# Fedora
# RUN dnf -y update \
# && dnf -y install git python3 python3-pip gcc systemd-devel ncurses-compat-libs \
# && dnf -y install git python3 python3-pip perl gcc systemd-devel ncurses-compat-libs \
# && dnf clean all
# RUN adduser ${CONTAINER_USER}