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

Commit afc430d

Browse files
author
Adrian Silimon
committed
Added working builds file
1 parent fc84123 commit afc430d

File tree

3 files changed

+12
-17
lines changed

3 files changed

+12
-17
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

‎BUILDS.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Working builds
2+
=======
3+
4+
```bash
5+
./build.sh phpdevbase --env dev --php 7.2.5 --customize phpdev
6+
```

‎Dockerfile‎

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,11 @@ ARG BUILD_CONFIG=dev
1212

1313
#Install
1414

15-
RUN apk --no-cache add \
16-
libmcrypt-dev \
17-
freetype libpng libjpeg-turbo freetype-dev \
18-
libpng-dev libjpeg-turbo-dev \
19-
wget \
20-
git \
21-
openssh \
22-
nginx \
23-
ca-certificates \
24-
supervisor \
25-
bash \
26-
&& docker-php-ext-install \
27-
mcrypt \
28-
mbstring \
29-
mysqli \
30-
pdo_mysql \
31-
opcache \
15+
RUN apk --no-cache add libmcrypt-dev autoconf gcc freetype libpng libjpeg-turbo freetype-dev libpng-dev libjpeg-turbo-dev make libc-dev \
16+
wget git openssh nginx ca-certificates supervisor bash \
17+
&& pecl install mcrypt-1.0.1 xdebug \
18+
&& docker-php-ext-enable mcrypt xdebug \
19+
&& docker-php-ext-install mbstring mysqli pdo_mysql opcache \
3220
&& docker-php-ext-configure gd \
3321
--with-gd \
3422
--with-freetype-dir=/usr/include/ \

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /