Skip to content

Commit 7a143d4

Browse files
committed
Fixed: Update Dockerfile to copy gradle-wrapper.properties and remove unnecessary sed command
1 parent c8c8bca commit 7a143d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ RUN apt-get update \
2828
WORKDIR /builder
2929

3030
# Add and run the gradle wrapper to trigger a download if needed.
31+
COPY gradle/wrapper/gradle-wrapper.properties gradle/wrapper/
3132
COPY --chmod=755 gradle/init-gradle-wrapper.sh gradle/
3233
COPY --chmod=755 gradlew .
33-
RUN ["sed", "-i", "s/shasum/sha1sum/g", "gradle/init-gradle-wrapper.sh"]
3434
RUN ["gradle/init-gradle-wrapper.sh"]
3535

3636
# Run gradlew to trigger downloading of the gradle distribution (if needed)

0 commit comments

Comments
 (0)