Add gradle to PATH

This commit is contained in:
2026-03-19 15:14:07 +01:00 Verified
parent 8df98e6448
commit 82ff37c43c
-2
View File
@@ -70,6 +70,4 @@ RUN useradd --groups sudo --no-create-home --shell /bin/bash ${USER} \
# Sets user and work directory
USER ${USER}
WORKDIR /home/${USER}
ENV PATH="${JAVA_HOME}/bin:${PATH}"
ENV PATH="${GRADLE_HOME}/bin:${PATH}"