Skip to content

Commit e4ba663

Browse files
authored
Merge pull request #56 from linuxserver/remove-packages
Remove base packages
2 parents 79d59a5 + f53bde2 commit e4ba663

File tree

4 files changed

+0
-3
lines changed

4 files changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ RUN \
2828
php81-pdo_sqlite \
2929
php81-pecl-imagick \
3030
php81-sqlite3 \
31-
php81-xml \
3231
php81-zip && \
3332
echo "**** install dokuwiki ****" && \
3433
if [ -z ${DOKUWIKI_RELEASE+x} ]; then \

Dockerfile.aarch64

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ RUN \
2828
php81-pdo_sqlite \
2929
php81-pecl-imagick \
3030
php81-sqlite3 \
31-
php81-xml \
3231
php81-zip && \
3332
echo "**** install dokuwiki ****" && \
3433
if [ -z ${DOKUWIKI_RELEASE+x} ]; then \

Dockerfile.armhf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ RUN \
2828
php81-pdo_sqlite \
2929
php81-pecl-imagick \
3030
php81-sqlite3 \
31-
php81-xml \
3231
php81-zip && \
3332
echo "**** install dokuwiki ****" && \
3433
if [ -z ${DOKUWIKI_RELEASE+x} ]; then \

root/etc/s6-overlay/s6-rc.d/init-dokuwiki-config/dependencies.d/init-config renamed to root/etc/s6-overlay/s6-rc.d/init-dokuwiki-config/dependencies.d/init-nginx-end

File renamed without changes.

0 commit comments

Comments
 (0)