mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 03:45:48 +00:00
Update Dockerfile
This commit is contained in:
parent
60cd6cdd44
commit
6dbf36fbe7
1 changed files with 0 additions and 3 deletions
|
|
@ -10,14 +10,11 @@ ARG DEBCONF_NONINTERACTIVE_SEEN="true"
|
||||||
RUN set -eu && \
|
RUN set -eu && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get --no-install-recommends -y install \
|
apt-get --no-install-recommends -y install \
|
||||||
7zip \
|
|
||||||
wsdd \
|
wsdd \
|
||||||
samba \
|
samba \
|
||||||
xz-utils \
|
|
||||||
wimtools \
|
wimtools \
|
||||||
dos2unix \
|
dos2unix \
|
||||||
cabextract \
|
cabextract \
|
||||||
genisoimage \
|
|
||||||
libxml2-utils \
|
libxml2-utils \
|
||||||
libarchive-tools && \
|
libarchive-tools && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue