Dockerfile aktualisiert

This commit is contained in:
Marko Oldenburg 2024-09-16 10:50:33 +02:00
parent 9986ce0e84
commit e0f46b81d6

View File

@ -41,7 +41,9 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
sha256sum -c "${COMPONENT}.tar.gz.sha256" ; \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done
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 --wildcards '*/files'
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