Skip to content

Instantly share code, notes, and snippets.

@clemos
clemos / Dockerfile
Last active August 29, 2015 14:10 — forked from ybootin/Dockerfile
Docker file for Haxe2
FROM ubuntu:latest
MAINTAINER Yohan Boutin <yohan.boutin@teads.tv>
RUN apt-get update
RUN apt-get -y upgrade
ENV HAXE_LIBRARY_PATH /usr/bin/haxelib
ENV HAXEPATH /usr/bin/haxe