Revision 3d688583a7655fccbfe13ab918f9f79fbd8de6cc authored by Ron Burkey on 21 December 2017, 13:07:04 UTC, committed by Ron Burkey on 21 December 2017, 13:07:04 UTC
1 parent 65b709e
Raw File
Dockerfile.dev
FROM jlawton/virtualagc
MAINTAINER Jim Lawton

# Use this to clone directly from Github.
#RUN git clone https://github.com/rburkey2005/virtualagc

# Use this to build a copy of the current directory. 
RUN mkdir /virtualagc
COPY . /virtualagc

RUN cd virtualagc && make clean
RUN cd virtualagc && DEV_BUILD=yes make yaLEMAP yaAGC yaAGS yaYUL missions corediffs
back to top