Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shuffling around order so as to override default configure options. #274

Merged
merged 1 commit into from
Jul 29, 2016
Merged

Shuffling around order so as to override default configure options. #274

merged 1 commit into from
Jul 29, 2016

Conversation

alexwilson
Copy link
Contributor

My specific use-case is one where I'm trying to run php-pm in a Docker container, however it has a hard dependency on CGI. Unfortunately --enable-cgi doesn't work as an additional parameter in my Dockerfile, as the line immediately after it is --disable-cgi!

@yosifkit
Copy link
Member

LGTM. Since it is mostly a cosmetic change, I think we will wait for a version bump before we push new images to the hub. Though we'll definitely do a run of update.sh to get the change in all the Dockerfiles.

@@ -71,6 +70,7 @@ RUN set -xe \
--with-libedit \
--with-openssl \
--with-zlib \
$PHP_EXTRA_CONFIGURE_ARGS \
Copy link
Member

@tianon tianon Jul 29, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you replace the spaces with tabs like the surrounding block? 😉

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, force of habit! 😉
Fixed now!

@alexwilson
Copy link
Contributor Author

Awesome news, hopefully this'll go out in time for 7.0.9!

Thanks both

@tianon
Copy link
Member

tianon commented Jul 29, 2016

👍

@tianon tianon merged commit a7fed4e into docker-library:master Jul 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants