We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8e00e commit 990fb0bCopy full SHA for 990fb0b
Dockerfile
@@ -3,15 +3,14 @@ FROM alpine:edge
3
MAINTAINER Andriy Yun <andriy.yun@gmail.com>
4
MAINTAINER Andy Postnikov <apostnikov@gmail.com>
5
6
-RUN echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
7
- && apk add --no-cache \
8
- php7@testing \
9
- php7-xml@testing \
10
- php7-phar@testing \
11
- php7-openssl@testing \
12
- php7-mbstring@testing \
13
- php7-json@testing \
14
- php7-ctype@testing \
+RUN apk add --no-cache \
+ php7 \
+ php7-xml \
+ php7-phar \
+ php7-openssl \
+ php7-mbstring \
+ php7-json \
+ php7-ctype \
15
curl \
16
patch \
17
&& ln -s /usr/bin/php7 /usr/bin/php \
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments