Merge pull request #2504 from coreos-inc/qemu-caching

Break QEMU image cache to update vulns
This commit is contained in:
josephschorr 2017-04-03 15:01:35 -04:00 committed by GitHub
commit 880bcebd6c

View file

@ -1,6 +1,7 @@
FROM debian
RUN apt-get clean && apt-get update && apt-get install -y \
RUN apt-get clean && apt-get update && apt-get upgrade -y # 03APR2017
RUN apt-get install -y \
bzip2 \
curl \
openssh-client \