1
0
mirror of synced 2026-01-18 01:22:09 +00:00
Interlisp.medley/Dockerfile
2020-11-02 14:43:18 -08:00

17 lines
475 B
Docker

FROM ubuntu:focal
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update
RUN apt-get install -y build-essential clang libx11-dev tightvncserver xfce4 xfce4-goodies
COPY . /build
WORKDIR /build/maiko/bin
RUN ./makeright x
RUN mkdir /app
RUN cp ../linux.x86_64/* /app
COPY loadups/xfull35.sysout /app
RUN adduser --disabled-password --gecos "" medley
USER medley
WORKDIR /app
ENTRYPOINT USER=medley Xvnc -geometry 1270x720 :0 & DISPLAY=:0 /app/ldex -g 1280x720 xfull35.sysout