remove shellcheck from docker image

This commit is contained in:
2019-09-19 09:57:32 -04:00
parent 89f414f18c
commit 1df95aaeb3
+2
View File
@@ -10,6 +10,8 @@ install/python: install/system @skip:key=Pipfile.lock
install/system:
lazy_brew pipenv
docker/bash: docker/build
docker-compose run --entrypoint bash bake
docker/test: docker/build
docker-compose run --entrypoint bash bake -c 'set -ex && pip3 install pytest && pytest'