Revert "Try to fix builds by Dockerhub"

This commit is contained in:
Dirk Wetter
2020-05-08 10:21:24 +02:00
committed by GitHub
parent 003f35d273
commit 1edb6159be

View File

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