Change to compose base
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-08-19 13:34:52 -07:00
parent e3431971a0
commit 996d31b9eb
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ steps:
- env SKIP=hadolint make check - env SKIP=hadolint make check
- name: itest - name: itest
image: docker image: docker/compose:alpine-1.26.2
commands: commands:
- apt-update && apt-get install -y --no-install-recommends make - apk add make
- make itest - make itest
- name: notify - name: notify