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 FROM debian:latest
MAINTAINER archedraft MAINTAINER Kirill Krasnov
# Set correct environment variables # Set correct environment variables
ENV HOME /root ENV HOME /root
ENV DEBIAN_FRONTEND noninteractive #ENV DEBIAN_FRONTEND noninteractive
ENV LC_ALL C.UTF-8 ENV LC_ALL C.UTF-8
ENV LANG ru_RU.UTF-8 ENV LANG ru_RU.UTF-8
ENV LANGUAGE ru_RU.UTF-8 ENV LANGUAGE ru_RU.UTF-8
RUN apt-get update && apt-get -y install xvfb \ RUN dpkg --add-architecture i386 && \
x11vnc \ apt-get update && apt-get -y install xvfb \
xdotool \ x11vnc \
wget \ xdotool \
supervisor \ wget \
x11-apps \ supervisor \
wine-stable \ x11-apps \
net-tools wine64 \
RUN dpkg --add-architecture i386 && apt-get update && apt-get -y install wine32 wine32 \
net-tools
RUN rm -rf /var/lib/apt/lists/* RUN rm -rf /var/lib/apt/lists/*
ENV DISPLAY :0.0 ENV DISPLAY :0.0