https://github.com/virtualagc/virtualagc
Raw File
Tip revision: 863c8365925ddcc6d13fa7197ccc3ba3dd8a6391 authored by Mike Stewart on 28 July 2019, 00:49:11 UTC
Luminary 130: Added bugger word checking using checksums from 2021152G.
Tip revision: 863c836
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