From 40d164d0ccf19dabf31ce63822db2fc38eb37899 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Tue, 17 Sep 2024 11:17:46 +0200 Subject: [PATCH] test2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd92c39..983b4cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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