Merge pull request #2504 from coreos-inc/qemu-caching
Break QEMU image cache to update vulns
This commit is contained in:
commit
880bcebd6c
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Reference in a new issue