Skip to content

Instantly share code, notes, and snippets.

@cardmagic
Created September 25, 2014 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cardmagic/ddcba4c7d01814ae7d58 to your computer and use it in GitHub Desktop.
Save cardmagic/ddcba4c7d01814ae7d58 to your computer and use it in GitHub Desktop.
FROM centurylink/wetty-cli:0.0.8
# Install CLIs
RUN apt-get update && apt-get install -y python-software-properties
RUN apt-get update && apt-get install -y python-keystoneclient && apt-get install -y python-swiftclient && apt-get install -y python-novaclient && apt-get install -y python-troveclient && apt-get install -y python-glanceclient && apt-get install -y python-cinderclient && apt-get install -y python-heatclient && apt-get install -y python-ceilometerclient && apt-get install -y python-neutronclient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment