test2
All checks were successful
Create dokuwiki docker image / Explore-Gitea-Actions (push) Successful in 43s

This commit is contained in:
Marko Oldenburg 2024-09-17 11:17:46 +02:00
parent 01b64b60d9
commit 40d164d0cc

View File

@ -55,7 +55,7 @@ RUN cd /tmp/bitnami/pkg/cache/ ; \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done ; \
tar -zxf "dokuwiki-20240206.2.0-linux-amd64-debian-12.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; \
ls -la /opt/bitnami/
ls -la /opt/bitnami/dokuwiki/
RUN apt-get update && apt-get upgrade -y && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami