fix: install File::Slurp directly in Docker

This commit is contained in:
Akash Yadav
2025-03-05 12:10:43 +05:30
parent 0571b573ce
commit 830d5f7270

View File

@@ -20,6 +20,8 @@ RUN dnf install -y \
xz \
zlib-devel
RUN perl -MCPAN -e "install File::Slurp"
ENV ENVDOCKER=/opt/env_docker.sh
ENV ANDROID_HOME=/root/android-sdk
ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk