Skip to content

Commit 3835929

Browse files
committed
🔥 Remove unused dependency cleanup
1 parent f8568f5 commit 3835929

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

phpmyadmin/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ RUN \
2828
\
2929
&& sed -i "s@define('CONFIG_DIR'.*@define('CONFIG_DIR', '/etc/phpmyadmin/');@" \
3030
/var/www/phpmyadmin/libraries/vendor_config.php \
31-
&& apk del --purge .build-dependencies \
3231
\
3332
&& find /var/www/ -type f -name "*.md" -depth -exec rm -f {} \; \
3433
&& rm -f -r \

0 commit comments

Comments
 (0)