Update Dockerfile
This commit is contained in:
parent
1ad66c1a05
commit
b966e9b808
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ WORKDIR /work
|
||||||
RUN \
|
RUN \
|
||||||
apk update && \
|
apk update && \
|
||||||
apk add curl && \
|
apk add curl && \
|
||||||
curl --retry 3 -L -o master.zip https://github.com/getkirby/plainkit/archive/master.zip && \
|
curl --retry 5 -L -o master.zip https://github.com/getkirby/plainkit/archive/master.zip && \
|
||||||
unzip -qq master.zip && \
|
unzip -qq master.zip && \
|
||||||
cd plainkit-master && \
|
cd plainkit-master && \
|
||||||
rm -rf README.md .editorconfig .gitignore .htaccess composer.json
|
rm -rf README.md .editorconfig .gitignore .htaccess composer.json
|
||||||
|
|
Loading…
Reference in a new issue