From 82ff37c43c44bc1a6aa37e11fad47d63b650382b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20S=C3=B6derberg?= Date: Mon, 20 Oct 2025 16:03:33 +0200 Subject: [PATCH] Add gradle to PATH --- build/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index a226df6..d1ebc1c 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -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}" \ No newline at end of file