Merge pull request #1625 from drwetter/dockerfile_fixtest

Try to fix builds by Dockerhub
This commit is contained in:
Dirk Wetter 2020-05-07 20:44:31 +02:00 committed by GitHub
commit 003f35d273
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"]