Skip to content

Commit

Permalink
install bzip2
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Apr 19, 2024
1 parent 93b86c0 commit ae7e7de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM maven:3-openjdk-18-slim

RUN apt-get update

# Install bzip2 for decompression
RUN apt-get install bzip2

# Install nodejs for log processing
ARG NODE_VERSION=20.10.0
ARG TARGETPLATFORM
Expand Down

0 comments on commit ae7e7de

Please sign in to comment.