phpmyadmin 5.0.1

This commit is contained in:
Juan Ferrer 2020-01-13 10:10:43 +01:00
parent e567c4276d
commit c5524c72f8
2 changed files with 3 additions and 12 deletions

View File

@ -1,13 +1,4 @@
FROM phpmyadmin/phpmyadmin:latest
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/*
FROM phpmyadmin/phpmyadmin:5.0.1
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

View File

@ -1,5 +1,5 @@
body {
font-size: 10pt !important;
font-size: 10.5pt !important;
}
body#loginform #page_content {
height: 250px !important;