Skip to content

Commit

Permalink
Merge pull request #247 from kay-horst/install_curl_in_server_image
Browse files Browse the repository at this point in the history
Add curl to standard Docker image
  • Loading branch information
v1r3n committed Sep 2, 2024
2 parents 29f5a9a + faa0e6b commit 5a0264c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ LABEL maintainer="Orkes OSS <[email protected]>"

RUN apk add openjdk17
RUN apk add nginx
RUN apk add curl

# Make app folders
RUN mkdir -p /app/config /app/logs /app/libs
Expand Down

0 comments on commit 5a0264c

Please sign in to comment.