We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8568f5 commit 3835929Copy full SHA for 3835929
1 file changed
phpmyadmin/Dockerfile
@@ -28,7 +28,6 @@ RUN \
28
\
29
&& sed -i "s@define('CONFIG_DIR'.*@define('CONFIG_DIR', '/etc/phpmyadmin/');@" \
30
/var/www/phpmyadmin/libraries/vendor_config.php \
31
- && apk del --purge .build-dependencies \
32
33
&& find /var/www/ -type f -name "*.md" -depth -exec rm -f {} \; \
34
&& rm -f -r \
0 commit comments