Skip to content

Commit

Permalink
Update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
yaalsn authored Nov 11, 2024
1 parent a886e7d commit e2663f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ RUN mvn install -DskipTests

# Create the benchmark image
FROM alpine:latest
RUN apk update && apk add mvn curl vim
RUN apk update
RUN apk add git alpine-sdk util-linux cmake autoconf automake libtool openjdk17 maven curl bash tar vim

COPY --from=build /benchmark/package/target/openmessaging-benchmark-*-SNAPSHOT-bin.tar.gz /
RUN mkdir /benchmark && tar -xzf openmessaging-benchmark-*-SNAPSHOT-bin.tar.gz -C /benchmark --strip=1
Expand Down

0 comments on commit e2663f9

Please sign in to comment.