Update Dockerfile; debug issues with curl download

This commit is contained in:
thomas-ganter 2021-02-14 00:47:16 +01:00
parent c81053ccec
commit 44df94d900
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /work
RUN \
apk update && \
apk add curl && \
curl -L -o master.zip https://github.com/getkirby/plainkit/archive/master.zip && \
curl --dns-servers 1.1.1.1,8.8.8.8 -v -v -L -o master.zip https://github.com/getkirby/plainkit/archive/master.zip && \
unzip master.zip && \
cd plainkit-master && \
rm -rf README.md .editorconfig .gitignore .htaccess composer.json