Dockerfile aktualisiert

This commit is contained in:
Marko Oldenburg 2024-09-16 11:11:29 +02:00
parent 85d7148527
commit 59e6c66743

View File

@ -43,7 +43,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done ; \
curl -SsLf "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz" -O ; \
tar -zxf "dokuwiki-stable.tgz" -C /opt/bitnami --strip-components=2 --no-same-owner
tar -zxf "dokuwiki-stable.tgz" -C /opt/bitnami/files --strip-components=2 --no-same-owner
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