phpmyadmin 5.0.1
This commit is contained in:
parent
e567c4276d
commit
c5524c72f8
|
@ -1,13 +1,4 @@
|
||||||
FROM phpmyadmin/phpmyadmin:latest
|
FROM phpmyadmin/phpmyadmin:5.0.1
|
||||||
|
|
||||||
RUN apt-get update \
|
|
||||||
&& apt-get install -y --no-install-recommends unzip \
|
|
||||||
&& curl https://files.phpmyadmin.net/themes/metro/2.8.1/metro-2.8.1.zip -o metro.zip \
|
|
||||||
&& unzip -d /etc/phpmyadmin/themes metro.zip \
|
|
||||||
&& ln -s /etc/phpmyadmin/themes/metro /usr/src/phpmyadmin/themes \
|
|
||||||
&& rm metro.zip \
|
|
||||||
&& apt-get purge -y --auto-remove unzip \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
COPY style.css /etc/phpmyadmin/
|
COPY style.css /etc/phpmyadmin/
|
||||||
RUN echo "<?php include('/etc/phpmyadmin/style.css'); ?>" >> /etc/phpmyadmin/themes/metro/css/common.css.php
|
RUN cat /etc/phpmyadmin/style.css >> /usr/src/phpmyadmin/themes/metro/css/theme.css
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
body {
|
body {
|
||||||
font-size: 10pt !important;
|
font-size: 10.5pt !important;
|
||||||
}
|
}
|
||||||
body#loginform #page_content {
|
body#loginform #page_content {
|
||||||
height: 250px !important;
|
height: 250px !important;
|
||||||
|
|
Loading…
Reference in New Issue