Skip to content

Commit

Permalink
Fix Dockerfile: Include dependency lock state
Browse files Browse the repository at this point in the history
  • Loading branch information
yatharthranjan committed Mar 1, 2021
1 parent c505336 commit 69d8414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ WORKDIR /code
ENV GRADLE_USER_HOME=/code/.gradlecache

COPY ./build.gradle.kts ./gradle.properties ./settings.gradle.kts /code/
COPY ./gradle/dependency-locks/ /code/gradle/dependency-locks/

RUN gradle downloadDockerDependencies

Expand Down

0 comments on commit 69d8414

Please sign in to comment.