Skip to content

Commit dfae374

Browse files
committed
Remove base packages
1 parent e2e5f21 commit dfae374

File tree

3 files changed

+0
-3
lines changed

3 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 \

0 commit comments

Comments
 (0)