ready for production
Some checks failed
Create dokuwiki docker image / Explore-Gitea-Actions (push) Failing after 25s
Some checks failed
Create dokuwiki docker image / Explore-Gitea-Actions (push) Failing after 25s
This commit is contained in:
parent
40d164d0cc
commit
cb85861842
@ -33,7 +33,7 @@ COPY dokuwiki_source /tmp/build-dokuwiki_source/
|
|||||||
RUN cd /tmp/build-dokuwiki_source/ ; \
|
RUN cd /tmp/build-dokuwiki_source/ ; \
|
||||||
mkdir -p dokuwiki/files/dokuwiki ; \
|
mkdir -p dokuwiki/files/dokuwiki ; \
|
||||||
curl -SsLf "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz" -O ; \
|
curl -SsLf "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz" -O ; \
|
||||||
tar -zxf "dokuwiki-stable.tgz" -C dokuwiki/files/dokuwiki --no-same-owner ; \
|
tar -zxf "dokuwiki-stable.tgz" -C dokuwiki/files/dokuwiki --strip-components=1 --no-same-owner ; \
|
||||||
tar -czf "/tmp/bitnami/pkg/cache/dokuwiki-20240206.2.0-linux-amd64-debian-12.tar.gz" dokuwiki ; \
|
tar -czf "/tmp/bitnami/pkg/cache/dokuwiki-20240206.2.0-linux-amd64-debian-12.tar.gz" dokuwiki ; \
|
||||||
cd /tmp/ ; \
|
cd /tmp/ ; \
|
||||||
rm -rf build-dokuwiki_source
|
rm -rf build-dokuwiki_source
|
||||||
@ -55,7 +55,6 @@ RUN cd /tmp/bitnami/pkg/cache/ ; \
|
|||||||
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
|
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
|
||||||
done ; \
|
done ; \
|
||||||
tar -zxf "dokuwiki-20240206.2.0-linux-amd64-debian-12.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; \
|
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/dokuwiki/
|
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
|
Loading…
x
Reference in New Issue
Block a user