mirror of
https://github.com/luzifer-docker/jenkins.git
synced 2024-11-09 17:10:01 +00:00
Add make as a default tool
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
65f6471028
commit
012cb5e63f
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -9,6 +9,7 @@ apt-get update
|
|||
apt-get install -y --no-install-recommends \
|
||||
apt-transport-https \
|
||||
lsb-release \
|
||||
make \
|
||||
sudo
|
||||
|
||||
# Install docker-ce
|
||||
|
|
Loading…
Reference in a new issue