Skip to content

Commit

Permalink
Fixes #21198: Dockerize dependency-check
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Jun 2, 2022
1 parent e2d7704 commit 96b452c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/dep-check.Dockerfile
Expand Up @@ -4,3 +4,5 @@ FROM maven:3-openjdk-${JDK_VERSION}
ARG USER_ID=1000
COPY ci/user.sh .
RUN ./user.sh $USER_ID

RUN apt-get update && apt-get install -y make

0 comments on commit 96b452c

Please sign in to comment.