You've already forked lazarus-build-win64
Update Dockerfile
This commit is contained in:
26
Dockerfile
26
Dockerfile
@@ -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
|
||||
|
Reference in New Issue
Block a user