Created
October 29, 2017 09:00
-
-
Save robobenklein/7872fc3efa67fe60a0821b4c01bb8bd2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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