Skip to content

Commit 93791a5

Browse files
committed
Add missing binutils when building docker images
1 parent 4a500ea commit 93791a5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

frameworks/Java/inverno/inverno-postgres.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM maven:3.9.6-amazoncorretto-21 as maven
22
WORKDIR /inverno
33
COPY src src
44
COPY pom.xml pom.xml
5+
RUN yum -y install binutils
56
RUN mvn package -q -Pio.inverno.io_uring
67

78
EXPOSE 8080

frameworks/Java/inverno/inverno.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM maven:3.9.6-amazoncorretto-21 as maven
22
WORKDIR /inverno
33
COPY src src
44
COPY pom.xml pom.xml
5+
RUN yum -y install binutils
56
RUN mvn package -q -Pio.inverno.io_uring
67

78
EXPOSE 8080

0 commit comments

Comments
 (0)