Add gcc to test env
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-01-28 14:04:36 -05:00
parent f1d00cd499
commit 3f215fb2f4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ steps:
- name: test
image: python:3-alpine
commands:
- apk add bash make shellcheck
- apk add bash make shellcheck gcc
- pip install docker-compose
- make all