added goss

This commit is contained in:
2020-10-31 16:47:55 +01:00
parent e312aac855
commit f7b497bfc4
11 changed files with 33 additions and 5 deletions

View File

@ -1,7 +1,9 @@
FROM debian:7
RUN apt-get -q update \
&& apt-get install -y python-pip python-dev git apt-utils
&& apt-get install -y python-pip python-dev git apt-utils curl \
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
&& chmod +rx /usr/local/bin/goss
RUN pip install --index-url=https://pypi.python.org/simple/ --upgrade pip