Add gcc to test env
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
IamTheFij 2020-01-28 14:04:36 -05:00
parent f1d00cd499
commit 3f215fb2f4

View File

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