<type>[optional scope]: <description>
All checks were successful
Create dokuwiki docker image / Explore-Gitea-Actions (push) Successful in 55s

[optional body]

[Ticket: no]
This commit is contained in:
Marko Oldenburg 2024-09-17 10:56:22 +02:00
parent b4c0636d71
commit 9437b9beb0

View File

@ -34,6 +34,9 @@ RUN cd /tmp/build-dokuwiki_source/ ; \
mkdir -p 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 ; \
ls -la dokuwiki ; \
ls -la dokuwiki/files ; \
ls -la dokuwiki/files/dokuwiki ; \
tar -czf "/tmp/bitnami/pkg/cache/dokuwiki-20240206.2.0-linux-amd64-debian-12.tar.gz" dokuwiki ; \
cd /tmp/ ; \
rm -rf build-dokuwiki_source