Try to fix builds by Dockerhub

see also #1559
This commit is contained in:
Dirk 2020-05-07 20:42:43 +02:00
parent 0ba2b6e862
commit 3eba7ab0f2

View File

@ -10,7 +10,7 @@ RUN ln -s /home/testssl/testssl.sh /usr/local/bin/
USER testssl
WORKDIR /home/testssl/
RUN git clone --depth=1 https://github.com/drwetter/testssl.sh.git .
COPY . ./
ENTRYPOINT ["testssl.sh"]