Skip to content

Commit c97e109

Browse files
committed
updated with mbstring, openssh/l etc.
1 parent f5ed7bb commit c97e109

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

.gitignore

100644100755
File mode changed.

Dockerfile

100644100755
+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/reposit
66

77
# Add basics first
88
RUN apk update && apk upgrade && apk add \
9-
bash apache2 php7-apache2 curl ca-certificates git php7 php7-phar php7-json php7-iconv php7-openssl tzdata openntpd nano
9+
bash apache2 php7-apache2 curl ca-certificates openssl openssh git php7 php7-phar php7-json php7-iconv php7-openssl tzdata openntpd nano
1010

1111
# Add Composer
1212
RUN curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer
@@ -16,6 +16,7 @@ RUN apk add \
1616
php7-ftp \
1717
php7-xdebug \
1818
php7-mcrypt \
19+
php7-mbstring \
1920
php7-soap \
2021
php7-gmp \
2122
php7-pdo_odbc \

README.md

100644100755
File mode changed.

docker-compose.example.yml

100644100755
File mode changed.

0 commit comments

Comments
 (0)