Revision af6be7c4069485c9012941b276d949bd7634f8e6 authored by Ron Burkey on 01 February 2023, 14:53:05 UTC, committed by Ron Burkey on 01 February 2023, 14:53:05 UTC
1 parent 3d49339
Raw File
Dockerfile
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 && make yaLEMAP yaAGC yaAGS yaYUL missions corediffs
back to top