mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-24 10:13:22 -05:00
Base on alpine:edge to get DNS fixes
See https://twitter.com/thockin/status/704909611279781888 and https://github.com/gliderlabs/docker-alpine/issues/8. This will be fixed in 3.4, so at that point we can switch back to using stable. Fixes #23 (DNS issues) Fixes #27 (Kubernetes support) Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM alpine
|
||||
FROM alpine:edge
|
||||
|
||||
RUN apk add --no-cache php-cli php-mysqli php-ctype php-xml php-gd php-zlib php-openssl php-curl php-opcache php-json php-mcrypt curl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user