Skip to content

Commit e08fdad

Browse files
Joonas HiltunenJontzii
authored andcommitted
Fix the build by installing curl
1 parent 3e27ea5 commit e08fdad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ RUN mvn clean package spring-boot:repackage -Pprod
1616
# distributed docker image
1717
FROM eclipse-temurin:17.0.8_7-jre
1818

19+
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
20+
1921
# expose server port
2022
EXPOSE 8080
2123

0 commit comments

Comments
 (0)