Update Dockerfile
This commit is contained in:
parent
80c43fc570
commit
2428b9f35b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ RUN apt-get update \
|
||||||
wimtools \
|
wimtools \
|
||||||
cabextract \
|
cabextract \
|
||||||
genisoimage \
|
genisoimage \
|
||||||
libxml-xpath-perl \
|
libxml2-utils \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue