This commit is contained in:
12
Dockerfile
12
Dockerfile
@@ -3,6 +3,16 @@ FROM ubuntu
|
||||
# Install Wine
|
||||
RUN apt-get update \
|
||||
&& DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends \
|
||||
dbus-x11 \
|
||||
git \
|
||||
locales \
|
||||
pavucontrol \
|
||||
sudo \
|
||||
x11-xserver-utils \
|
||||
xfce4 \
|
||||
xorgxrdp \
|
||||
xrdp \
|
||||
xubuntu-icon-theme \
|
||||
apt-transport-https \
|
||||
ca-certificates \
|
||||
cabextract \
|
||||
@@ -15,7 +25,7 @@ RUN apt-get update \
|
||||
tzdata \
|
||||
unzip \
|
||||
wget \
|
||||
winbind \
|
||||
#winbind \
|
||||
xvfb \
|
||||
zenity \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user