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 bf3c7d4

Browse files
authored
Merge pull request #40 from jaltek/patch-1
Installtion of zip extensions fails
2 parents b0031aa + 8f9d0a5 commit bf3c7d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV PHPCENSOR_VERSION=0.22.0
77
WORKDIR /var/www/html
88

99
RUN apk update && \
10-
apk add git nginx openssh postgresql-dev openldap-dev gettext && \
10+
apk add git nginx openssh postgresql-dev openldap-dev gettext zlib-dev && \
1111
curl -sS https://getcomposer.org/installer | php && \
1212
mv composer.phar /usr/bin/composer
1313

‎worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV PHPCENSOR_VERSION=0.22.0
77
WORKDIR /var/www/html
88

99
RUN apk update && \
10-
apk add git openssh postgresql-dev gettext && \
10+
apk add git openssh postgresql-dev gettext zlib-dev && \
1111
curl -sS https://getcomposer.org/installer | php && \
1212
mv composer.phar /usr/bin/composer
1313

0 commit comments

Comments
(0)

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