Skip to content

Commit d994c33

Browse files
Update Dockerfile
1 parent 997b31f commit d994c33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

base/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ RUN curl -s "https://get.sdkman.io" | bash
115115

116116
# Install gradle
117117
ENV GRADLE_VERSION=8.13
118-
RUN source "/root/.sdkman/bin/sdkman-init.sh" && \
119-
sdk install gradle ${GRADLE_VERSION}
118+
RUN bash -c "source /root/.sdkman/bin/sdkman-init.sh && sdk install gradle ${GRADLE_VERSION}"
120119

121120
RUN ln -fs /root/.sdkman/candidates/gradle/current/bin/gradle /usr/local/bin/gradle
122121

0 commit comments

Comments
 (0)