|
|
|
@ -9,7 +9,6 @@ ENV DEBIAN_FRONTEND noninteractive |
|
|
|
RUN apt-get update --fix-missing |
|
|
|
RUN apt-get install -y git curl dnsutils ldnsutils wget nginx-light |
|
|
|
RUN apt-get install -y vim dos2unix # for debugging |
|
|
|
# TODO test with drill, dig, host |
|
|
|
|
|
|
|
WORKDIR /root |
|
|
|
|
|
|
|
@ -17,7 +16,7 @@ WORKDIR /root |
|
|
|
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-core.git /bats-core --branch v1.2.1 |
|
|
|
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 |
|
|
|
|