Update Dockerfile

This commit is contained in:
2018-04-10 16:48:23 +02:00
parent cc71823b68
commit c7a51d6d44

View File

@@ -1,22 +1,24 @@
FROM jedisct1/phusion-baseimage-latest
MAINTAINER archedraft
FROM debian:latest
MAINTAINER Kirill Krasnov
# Set correct environment variables
ENV HOME /root
ENV DEBIAN_FRONTEND noninteractive
#ENV DEBIAN_FRONTEND noninteractive
ENV LC_ALL C.UTF-8
ENV LANG ru_RU.UTF-8
ENV LANGUAGE ru_RU.UTF-8
RUN apt-get update && apt-get -y install xvfb \
x11vnc \
xdotool \
wget \
supervisor \
x11-apps \
wine-stable \
net-tools
RUN dpkg --add-architecture i386 && apt-get update && apt-get -y install wine32
RUN dpkg --add-architecture i386 && \
apt-get update && apt-get -y install xvfb \
x11vnc \
xdotool \
wget \
supervisor \
x11-apps \
wine64 \
wine32 \
net-tools
RUN rm -rf /var/lib/apt/lists/*
ENV DISPLAY :0.0