Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit22fdd36

Browse files
Move simplexml install with other php modules
1 parentc5ec7a5 commit22fdd36

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎Dockerfile-7.1‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.7
22

33
ENV PHP_VERSION 7.1
44

5-
RUN apk add --no-cache bash supervisor curl php7.1-simplexml@php
5+
RUN apk add --no-cache bash supervisor curl
66

77
RUN apk --no-cache add ca-certificates openssl &&\
88
apk add --no-cache wget ca-certificates\
@@ -192,6 +192,7 @@ RUN apk add --no-cache \
192192
php7.1-mbstring@php\
193193
php7.1-mysqli@php\
194194
php7.1-mysqlnd@php\
195+
php7.1-simplexml@php\
195196
php7.1-openssl@php\
196197
php7.1-pdo@php\
197198
php7.1-session@php\

‎examples/hello-world/Dockerfile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM prlx/prlx-nginx-php-fpm:7.2
1+
FROM prlx/prlx-nginx-php-fpm:7.1
22

3-
ADD /src /src/public
3+
ADD /src /src/public

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp