Skip to content

Instantly share code, notes, and snippets.

View ybootin's full-sized avatar

Yohan Boutin ybootin

  • Seedtag
  • Toulouse
View GitHub Profile
@ybootin
ybootin / Dockerfile
Last active August 29, 2015 14:10
dockerfile for haxe 2.10
FROM ubuntu:12.04
MAINTAINER Yohan Boutin <[email protected]>
RUN apt-get update
RUN apt-get -y upgrade
ENV HAXE_LIBRARY_PATH /usr/lib/haxe/std
ENV HAXEPATH /usr/bin/haxe