This commit is contained in:
2019-09-23 06:22:08 -04:00
parent df5d56673b
commit 5c4fe2e4ef
+3
View File
@@ -2,6 +2,9 @@ FROM kennethreitz/bake:core
ENV TERM xterm
# -- Install CircleCI CLI.
RUN curl -fLSs https://circle.ci/cli --retry 3 | bash
# -- Install CI deps.
RUN set -ex && \
apt-get update -qq && \