Skip to content

Commit

Permalink
Fix, Curl already in container
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Zellner authored and odin568 committed Apr 3, 2021
1 parent 025d801 commit 293f762
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ RUN java -Djarmode=layertools -jar application.jar extract
FROM adoptopenjdk:11-jre-hotspot-focal
LABEL maintainer="FFW Baudenbach <[email protected]>"
EXPOSE 8080
RUN apt-get install curl && apt-get clean
RUN mkdir -p /maps && chown -R spring:spring /maps
RUN mkdir -p /maps
WORKDIR application
COPY --from=builder application/dependencies/ ./
COPY --from=builder application/spring-boot-loader/ ./
Expand Down

0 comments on commit 293f762

Please sign in to comment.