Revision abc8f48f780f98073f9a2e15b96b2e7b23a44634 authored by Ron Burkey on 20 January 2023, 23:24:04 UTC, committed by Ron Burkey on 20 January 2023, 23:24:04 UTC
1 parent 84fb950
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