Compare commits

..

No commits in common. "master" and "1" have entirely different histories.
master ... 1

View File

@ -1,9 +1,5 @@
FROM ubuntu:16.04
# environment settings
ARG DEBIAN_FRONTEND="noninteractive"
ENV TERM="xterm"
# package list as variable
ARG PACKAGE_LIST="\
bash \
@ -38,8 +34,4 @@ ARG PACKAGE_LIST="\
RUN \
apt-get update && \
apt-get install -y \
$PACKAGE_LIST && \
# clean up
rm -rf \
/var/lib/apt/lists/*
$PACKAGE_LIST