blob: c87a870ad8cb8f87b658bc9cf5f8edde023afced [file] [log] [blame]
VERSION 0.7
APT_INSTALL:
COMMAND
ARG packages
RUN \
apt-get update && \
apt-get install --no-install-recommends -y ${packages} && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*