Skip to content

Commit

Permalink
Install make directly on Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 authored Dec 18, 2024
1 parent ee64f07 commit 2210cc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ USER root
RUN apt-get update \
&& apt-get install --no-install-recommends --assume-yes \
docker.io \
make \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*

Expand Down

0 comments on commit 2210cc9

Please sign in to comment.