Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

14.04 #2

Closed
wants to merge 2 commits into from
Closed

14.04 #2

wants to merge 2 commits into from

Conversation

kevinquinnyo
Copy link

I don't expect you to merge this in yet. It's just here for reference to #1 .

If you did merge it however, nothing should change for you except that the .deb file will be located in ./12.04/ instead of ./

root added 2 commits October 19, 2015 00:10
- This creates a new directory ./14.04, or ./12.04
- I'm not sure if this is the best way.
  See yammer#1
RUN apt-get -y install libboost-program-options1.54-dev
RUN apt-get -y update && if [ ${RELEASE} = "12.04" ]; then \
./build/deps_ubuntu_12.04.sh && apt-get -y install libboost-program-options1.54-dev; else \
apt-get install -y \
Copy link
Contributor

Choose a reason for hiding this comment

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

I wonder if we could get upstream to add a ./build/deps_ubuntu_14.04.sh similar to the 12.04 script. That'd make building this much easier and would allow the project to own their dependency list.

@kevinquinnyo
Copy link
Author

That would be ideal.

@bmorton
Copy link
Contributor

bmorton commented Nov 4, 2015

I noticed that this was just added to Docker 1.9 for build-time arguments. I think this might be exactly what we need here.

@kevinquinnyo
Copy link
Author

closing as I'm going to submit a new PR based on your improvements

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants