https://github.com/virtualagc/virtualagc
Revision 1b89daf309d41acfade674e9109b3cfb7d1b4bf5 authored by Michael Hirsch on 17 June 2020, 02:32:22 UTC, committed by Michael Hirsch on 17 June 2020, 02:32:22 UTC
1 parent 982375b
Raw File
Tip revision: 1b89daf309d41acfade674e9109b3cfb7d1b4bf5 authored by Michael Hirsch on 17 June 2020, 02:32:22 UTC
cmake: add yaASM
Tip revision: 1b89daf
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