mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-26 18:14:26 -05:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d6f729bc6 | ||
|
|
593d7f5f96 |
+1
-1
@@ -1,7 +1,7 @@
|
||||
# Switch back to stable once 3.4 is out
|
||||
FROM alpine:edge
|
||||
|
||||
RUN apk add --no-cache php5-cli php5-mysqli php5-ctype php5-xml php5-gd php5-zlib php5-openssl php5-curl php5-opcache php5-json php5-mcrypt curl
|
||||
RUN apk add --no-cache php5-cli php5-mysqli php5-ctype php5-xml php5-gd php5-zlib php5-bz2 php5-zip php5-openssl php5-curl php5-opcache php5-json php5-mcrypt curl
|
||||
|
||||
RUN curl --location https://www.phpmyadmin.net/downloads/phpMyAdmin-latest-all-languages.tar.gz | tar xzf - \
|
||||
&& mv phpMyAdmin* /www \
|
||||
|
||||
Reference in New Issue
Block a user