Skip to content

Commit

Permalink
Install make directly on Jenkins (#300)
Browse files Browse the repository at this point in the history
## Description

We use a lot of makefile in our projects, would be nice to be able to
execute a few tasks on Jenkins

---

## Checklist
Ensure your pull request meets the following requirements:

- [ ] Tests have been added or updated.
- [ ] Documentation has been updated (if applicable).
- [ ] I have applied neccessary labels to this PR.
- [ ] I have tested this change locally and on staging.
- [ ] At a functional level, it has been validated with the team/PO.
  • Loading branch information
jordisala1991 authored Dec 18, 2024
2 parents ee64f07 + 2210cc9 commit 69b6d83
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 69b6d83

Please sign in to comment.