1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-07-17 19:21:57 +02:00

Merge pull request 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

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