Skip to content

Commit fa84257

Browse files
committed
Remove unnecessary packages
1 parent 9ae485a commit fa84257

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ RUN \
1616
composer && \
1717
echo "**** install runtime packages ****" && \
1818
apk add --no-cache \
19-
curl \
2019
fontconfig \
2120
memcached \
22-
netcat-openbsd \
2321
php8-ctype \
2422
php8-curl \
2523
php8-dom \

Dockerfile.aarch64

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ RUN \
1616
composer && \
1717
echo "**** install runtime packages ****" && \
1818
apk add --no-cache \
19-
curl \
2019
fontconfig \
2120
memcached \
22-
netcat-openbsd \
2321
php8-ctype \
2422
php8-curl \
2523
php8-dom \

Dockerfile.armhf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ RUN \
1616
composer && \
1717
echo "**** install runtime packages ****" && \
1818
apk add --no-cache \
19-
curl \
2019
fontconfig \
2120
memcached \
22-
netcat-openbsd \
2321
php8-ctype \
2422
php8-curl \
2523
php8-dom \

0 commit comments

Comments
 (0)