Skip to content

Instantly share code, notes, and snippets.

@robobenklein
Created October 29, 2017 09:00
Show Gist options
  • Save robobenklein/7872fc3efa67fe60a0821b4c01bb8bd2 to your computer and use it in GitHub Desktop.
Save robobenklein/7872fc3efa67fe60a0821b4c01bb8bd2 to your computer and use it in GitHub Desktop.
FROM ubuntu:16.04
RUN apt-get update
RUN apt-get install -y git libboost-dev libboost-regex-dev curl wget python3 python-pip python3-pip
RUN wget https://wrighteagle2d.github.io/binaries/WrightEagle_stable_ubuntu_16.04.tar.gz
RUN mv WrightEagle_*.tar.gz wrighteagle.tar.gz
ENV TEAM_NAME wrighteagle-docker
RUN tar -xf wrighteagle*.tar.gz
CMD ["/bin/bash"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment