Skip to content

Instantly share code, notes, and snippets.

@ujuc
Created August 15, 2017 06:16
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 ujuc/36720f1487b54e445804d16be4df51b1 to your computer and use it in GitHub Desktop.
Save ujuc/36720f1487b54e445804d16be4df51b1 to your computer and use it in GitHub Desktop.
openstack i18n environment dockerfile
FROM ubuntu:16.04
MAINTAINER ujuc@ujuc.kr
RUN apt-get -y update && \
apt-get -y install git-core python-pip gettext && \
rm -rf /var/lib/apt/lists/* && \
pip install tox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment