remove shellcheck

This commit is contained in:
2019-09-19 10:21:10 -04:00
parent be0e0e9a4a
commit 6e14911455
-6
View File
@@ -2,12 +2,6 @@ FROM kennethreitz/bake:core
ENV BAKEFILE_PATH /app/Bakefile
# -- Install Shellcheck.
RUN set -ex && \
apt-get install shellcheck -y -qq && \
apt-get clean -y -qq && \
apt-get autoclean -y -qq
# -- Install latest Bake.
RUN set -ex && \
pip3 install bake-cli --upgrade --quiet > /dev/null