Break QEMU image cache to update vulns

This commit is contained in:
Joseph Schorr 2017-04-03 14:56:15 -04:00
parent 3f0f8159b7
commit 5e248c76de

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 \