test Dockerfile
Some checks failed
Create dokuwiki docker image / Explore-Gitea-Actions (push) Failing after 21s
Some checks failed
Create dokuwiki docker image / Explore-Gitea-Actions (push) Failing after 21s
This commit is contained in:
parent
7184a7e9e6
commit
86f4d63406
@ -32,6 +32,8 @@ RUN mkdir -p /tmp/build-dokuwiki_source
|
||||
COPY dokuwiki_source /tmp/build-dokuwiki_source/
|
||||
RUN cd /tmp/build-dokuwiki_source/ ; \
|
||||
ls -la ; \
|
||||
ls -la dokuwiki ; \
|
||||
ls -la dokuwiki/files ; \
|
||||
#mkdir dokuwiki/files/dokuwiki ; \
|
||||
curl -SsLf "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz" -O ; \
|
||||
tar -zxf "dokuwiki-stable.tgz" -C dokuwiki/files/dokuwiki --strip-components=2 --no-same-owner ; \
|
||||
|
Loading…
Reference in New Issue
Block a user