Break QEMU image cache to update vulns
This commit is contained in:
parent
3f0f8159b7
commit
5e248c76de
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