mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
got it
This commit is contained in:
@@ -5,7 +5,7 @@ ENV TERM xterm
|
||||
# -- Install CI deps.
|
||||
RUN set -ex && \
|
||||
apt-get update -qq && \
|
||||
apt-get install expect npm docker.io zlib1g-dev libxml-libxml-perl -y -qq >/dev/null && \
|
||||
apt-get install expect npm docker.io zlib1g-dev libxml-libxml-perl libxml-generator-perl -y -qq >/dev/null && \
|
||||
apt-get clean -y -qq && \
|
||||
apt-get autoclean -y -qq && \
|
||||
apt-get clean -y -qq && \
|
||||
@@ -16,6 +16,7 @@ RUN set -ex && \
|
||||
# -- Copy in tap2junit plugin.
|
||||
COPY ./docker/scripts/tap2xml /usr/local/bin/tap2xml
|
||||
|
||||
RUN cpan
|
||||
# -- Install latest Bake.
|
||||
RUN set -ex && \
|
||||
pip3 install bake-cli --upgrade --quiet > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user