Revision a96e8f76190a1fe1c57cc4ed1e0ff84e26a78888 authored by Ron Burkey on 22 April 2021, 22:39:56 UTC, committed by Ron Burkey on 22 April 2021, 22:39:56 UTC
These changes relate to the use of the --reconstruction command-line
switch to enhance the output .lst file with ##-comments associated with
source-code reconstruction.
1 parent 71643ae
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