Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active August 29, 2015 14:03
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 kjunichi/22afa7ea4befd0f05079 to your computer and use it in GitHub Desktop.
Save kjunichi/22afa7ea4befd0f05079 to your computer and use it in GitHub Desktop.
dockerfile 4 ninix-aya
RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y x11-apps wget make pkg-config gtk+-3.0-dev language-pack-ja gir1.2-gstreamer-1.0
RUN apt-get install -y python3-all-dev python3-numpy python3-cairo-dev python3-gi python-gi-dev
RUN wget "http://sourceforge.jp/frs/redir.php?m=jaist&f=%2Fninix-aya%2F59880%2Fninix-aya-4.99.18.tgz" -O $HOME/ninix-aya-4.99.18.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment