mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
test
This commit is contained in:
@@ -4,9 +4,6 @@ ENV TERM xterm
|
||||
|
||||
ARG DEBIAN_FRONTEND='noninteractive'
|
||||
|
||||
# -- Install CircleCI CLI.
|
||||
RUN curl -fLSs https://circle.ci/cli --retry 3 | bash
|
||||
|
||||
# -- Install CI deps.
|
||||
RUN set -ex && \
|
||||
apt-get update -qq && \
|
||||
@@ -15,6 +12,7 @@ RUN set -ex && \
|
||||
apt-get install expect npm -y -qq >/dev/null && \
|
||||
apt-get clean -y -qq && \
|
||||
apt-get autoclean -y -qq && \
|
||||
curl -fLSs https://circle.ci/cli --retry 3 | bash && \
|
||||
npm install -g bats > /dev/null && \
|
||||
pip3 install bake-cli --upgrade --quiet > /dev/null && \
|
||||
apt remove --autoremove --purge -y curl && \
|
||||
|
||||
Reference in New Issue
Block a user