2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-27 07:31:40 +01:00

update phpmyadmin

This commit is contained in:
kev
2016-07-29 01:48:46 +08:00
parent e9926eba17
commit 9ed2ffe495
3 changed files with 40 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
# Dockerfile for phpmyadmin-arm
#
FROM easypi/alpine-arm:3.4
MAINTAINER kev <noreply@easypi.info>
FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation
WORKDIR /www/
@@ -26,6 +26,7 @@ RUN set -xe \
&& curl -sSL https://github.com/phpmyadmin/docker/raw/master/config.inc.php > ./config.inc.php \
&& curl -sSL https://github.com/phpmyadmin/docker/raw/master/run.sh > /run.sh \
&& chmod +x /run.sh \
&& mkdir -p /sessions \
&& apk del curl tar \
&& rm -rf /var/cache/apk/*