Skip to content

Commit

Permalink
Remove unnecessary Alpine Linux repository and zlib installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaimaaeROUAI committed Mar 18, 2024
1 parent a55d0c9 commit cde0028
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/payment/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,4 @@ dockerBuild {

dockerBuildNative {
images = ["phx.ocir.io/oraclelabs/micronaut-showcase/mushop/${project.parent.name}-${project.name}-native:$project.version"]
}

dockerfileNative {
instruction "RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.11/main' >> /etc/apk/repositories && apk update && apk add 'zlib<1.2.12'"
}

0 comments on commit cde0028

Please sign in to comment.