|
|
|
@ -17,7 +17,7 @@ RUN touch /root/.rnd |
|
|
|
|
|
|
|
# BATS (Bash Automated Testings) |
|
|
|
RUN git clone https://github.com/bats-core/bats-core.git /bats-core |
|
|
|
RUN git clone https://github.com/bats-core/bats-assert /bats-assert |
|
|
|
RUN git clone https://github.com/bats-core/bats-support /bats-support |
|
|
|
RUN git clone https://github.com/bats-core/bats-assert /bats-assert |
|
|
|
RUN /bats-core/install.sh /usr/local |
|
|
|
|
|
|
|
|