Skip to content

Commit

Permalink
Merge pull request #152 from bryanlatten/feature-unbreak-pecl
Browse files Browse the repository at this point in the history
Dockerfile: unbreak pecl placement
  • Loading branch information
bryanlatten authored Dec 6, 2017
2 parents 9129f78 + 1726b69 commit 8cd61e2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-56
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN apt-get update -q && \
php7.2-common \
php7.2-json \
&& \
apt-get -yqq install --no-install-recommends \
apt-get -yqq install \
libgearman8 \
php5.6 \
php5.6-apcu \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-70
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN apt-get update -q && \
php7.2-common \
php7.2-json \
&& \
apt-get -yqq install --no-install-recommends \
apt-get -yqq install \
libgearman8 \
php7.0 \
php7.0-apcu \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-71
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN apt-get update -q && \
php7.2-common \
php7.2-json \
&& \
apt-get -yqq install --no-install-recommends \
apt-get -yqq install \
libgearman8 \
php7.1 \
php7.1-apcu \
Expand Down
20 changes: 10 additions & 10 deletions Dockerfile-72
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ RUN /bin/bash -e /security_updates.sh && \
&& \
/bin/bash /clean.sh

# TODO: fix these packages:
# php7.2-mcrypt
# php-xdebug
# newrelic-php5
# newrelic-php5-common
# newrelic-daemon

# Add PHP and support packages \
RUN apt-get update -q && \
# Ensure PHP 5.5 + 5.6 + 7.1 don't accidentally get added by PPA
Expand All @@ -63,16 +70,9 @@ RUN apt-get update -q && \
php7.0-json \
php7.1-cli \
php7.1-common \
php7.1-json

# TODO: fix these packages:
# php7.2-mcrypt
# php-xdebug
# newrelic-php5
# newrelic-php5-common
# newrelic-daemon

RUN apt-get -yqq install --no-install-recommends \
php7.1-json \
&& \
apt-get -yqq install \
libgearman8 \
php7.2 \
php7.2-apcu \
Expand Down

0 comments on commit 8cd61e2

Please sign in to comment.