swh:1:snp:63e2d142f91fc04ec33789d9d7bb85f3bef72e05
Raw File
Tip revision: 8823a83d739c0958e1c07397cff5c107bba3fd62 authored by Ron Burkey on 06 October 2021, 00:26:05 UTC
Fixed a couple of little things revealed by the bank analysis so far.
Tip revision: 8823a83
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