add git package install
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

pull/1/head
Thomas Riboulet 4 years ago
parent 2d9e93272d
commit da54189dbf

@ -5,7 +5,7 @@ steps:
- name: build image - name: build image
image: ruby:2.7.1-slim image: ruby:2.7.1-slim
commands: commands:
- apt-get update -y && apt-get install -y curl build-essential - apt-get update -y && apt-get install -y curl build-essential git
- curl https://get.docker.io/builds/Linux/x86_64/docker-latest -o /usr/local/bin/docker - curl https://get.docker.io/builds/Linux/x86_64/docker-latest -o /usr/local/bin/docker
- chmod +x /usr/local/bin/docker - chmod +x /usr/local/bin/docker
- gem install bundler:2.1.4 - gem install bundler:2.1.4

Loading…
Cancel
Save