1
0
James P. Ketrenos 773600fb03 mv cmd_encode => cmd_decode and added cmd_encode helper
Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
2019-09-18 17:02:56 -07:00

17 lines
496 B
Plaintext

# NOTE: This should be added as the last template entry
# as it will always modify a layer (since the Dockerfile
# changes,) causing all subsequent layers to be
# regenerated.
# Clean up APT content that might still be around
#RUN apt-get clean autoclean \
# && apt-get autoremove -y \
# && rm -rf /var/lib/${apt,dpkg,cache,log}
# Ensure that each Docker container self-documents the
# versions included in it
ENV AGAMA_VERSION=${AGAMA_VERSION}
COPY MANIFEST SOLUTION Dockerfile /assets/