|
|
|
@ -8,7 +8,6 @@ ENV DEBIAN_FRONTEND noninteractive |
|
|
|
# Ensure tests in this image use the staging server |
|
|
|
ENV staging "true" |
|
|
|
ENV dynamic_dns "duckdns" |
|
|
|
#ENV DUCKDNS_TOKEN |
|
|
|
|
|
|
|
# Update and install required software |
|
|
|
RUN apt-get update --fix-missing |
|
|
|
@ -28,7 +27,7 @@ WORKDIR /root |
|
|
|
RUN touch /root/.rnd |
|
|
|
|
|
|
|
# BATS (Bash Automated Testings) |
|
|
|
RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core --branch v1.2.1 |
|
|
|
RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core |
|
|
|
RUN git clone --depth 1 https://github.com/bats-core/bats-support /bats-support |
|
|
|
RUN git clone --depth 1 https://github.com/bats-core/bats-assert /bats-assert |
|
|
|
RUN /bats-core/install.sh /usr/local |
|
|
|
|