mirror of
https://github.com/linuxserver/docker-phpmyadmin.git
synced 2026-02-20 08:40:43 +08:00
Remove setup directory
This commit is contained in:
parent
ed1b669ef7
commit
d189243e7a
@ -80,11 +80,12 @@ RUN \
|
||||
/tmp/phpmyadmin.tar.xz -C \
|
||||
/app/www/public/ --strip-components=1 && \
|
||||
sed -i "s@'configFile' =>.*@'configFile' => '/config/phpmyadmin/config.inc.php',@" "/app/www/public/libraries/vendor_config.php" && \
|
||||
echo "**** cleanup ****" && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
build-dependencies && \
|
||||
rm -rf \
|
||||
/tmp/*
|
||||
/tmp/* \
|
||||
/app/www/public/setup
|
||||
|
||||
COPY root/ /
|
||||
|
||||
|
||||
@ -83,7 +83,8 @@ RUN \
|
||||
apk del --purge \
|
||||
build-dependencies && \
|
||||
rm -rf \
|
||||
/tmp/*
|
||||
/tmp/* \
|
||||
/app/www/public/setup
|
||||
|
||||
COPY root/ /
|
||||
|
||||
|
||||
@ -83,7 +83,8 @@ RUN \
|
||||
apk del --purge \
|
||||
build-dependencies && \
|
||||
rm -rf \
|
||||
/tmp/*
|
||||
/tmp/* \
|
||||
/app/www/public/setup
|
||||
|
||||
COPY root/ /
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user