mirror of
https://github.com/luzifer-docker/jenkins.git
synced 2024-11-10 01:20:00 +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-get install -y --no-install-recommends \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
lsb-release \
|
lsb-release \
|
||||||
|
make \
|
||||||
sudo
|
sudo
|
||||||
|
|
||||||
# Install docker-ce
|
# Install docker-ce
|
||||||
|
|
Loading…
Reference in a new issue