mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
remove shellcheck
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user