mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-28 08:30:51 +00:00
stripped-down docker container; add vnc password epple2
This commit is contained in:
parent
3745e500b3
commit
5ee25cccc1
27
Dockerfile
27
Dockerfile
@ -10,7 +10,7 @@ RUN apt-get update && \
|
|||||||
automake \
|
automake \
|
||||||
build-essential \
|
build-essential \
|
||||||
libsdl2-dev \
|
libsdl2-dev \
|
||||||
nginx \
|
# nginx \
|
||||||
source-highlight \
|
source-highlight \
|
||||||
supervisor \
|
supervisor \
|
||||||
xa65 \
|
xa65 \
|
||||||
@ -45,24 +45,25 @@ ENV BUILD_LOG /var/log/build.log
|
|||||||
|
|
||||||
RUN ./bootstrap 2>&1 | tee -a $BUILD_LOG
|
RUN ./bootstrap 2>&1 | tee -a $BUILD_LOG
|
||||||
RUN ./configure 2>&1 | tee -a $BUILD_LOG
|
RUN ./configure 2>&1 | tee -a $BUILD_LOG
|
||||||
|
RUN make clean 2>&1 | tee -a $BUILD_LOG
|
||||||
RUN make 2>&1 | tee -a $BUILD_LOG
|
RUN make 2>&1 | tee -a $BUILD_LOG
|
||||||
RUN make check 2>&1 | tee -a $BUILD_LOG
|
#RUN make check 2>&1 | tee -a $BUILD_LOG
|
||||||
RUN make dist 2>&1 | tee -a $BUILD_LOG
|
#RUN make dist 2>&1 | tee -a $BUILD_LOG
|
||||||
RUN make distcheck 2>&1 | tee -a $BUILD_LOG
|
#RUN make distcheck 2>&1 | tee -a $BUILD_LOG
|
||||||
RUN make install 2>&1 | tee -a $BUILD_LOG
|
RUN make install 2>&1 | tee -a $BUILD_LOG
|
||||||
RUN make html 2>&1 | tee -a $BUILD_LOG
|
#RUN make html 2>&1 | tee -a $BUILD_LOG
|
||||||
RUN make install-html 2>&1 | tee -a $BUILD_LOG
|
#RUN make install-html 2>&1 | tee -a $BUILD_LOG
|
||||||
RUN make installcheck 2>&1 | tee -a $BUILD_LOG
|
#RUN make installcheck 2>&1 | tee -a $BUILD_LOG
|
||||||
|
|
||||||
RUN mkdir /usr/local/share/doc/epple2/download && \
|
#RUN mkdir /usr/local/share/doc/epple2/download && \
|
||||||
cd /usr/local/share/doc/epple2/download && \
|
# cd /usr/local/share/doc/epple2/download && \
|
||||||
ln -s ~/epple2-*.tar.gz
|
# ln -s ~/epple2-*.tar.gz
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
COPY nginx.conf /etc/nginx/
|
#COPY nginx.conf /etc/nginx/
|
||||||
COPY default.nginx /etc/nginx/sites-available/default
|
#COPY default.nginx /etc/nginx/sites-available/default
|
||||||
RUN ln -s /usr/local/share/doc/epple2 /usr/share/nginx/html/epple2
|
#RUN ln -s /usr/local/share/doc/epple2 /usr/share/nginx/html/epple2
|
||||||
|
|
||||||
# supervisor
|
# supervisor
|
||||||
RUN rm -R /etc/supervisor/*
|
RUN rm -R /etc/supervisor/*
|
||||||
|
@ -5,7 +5,7 @@ redirect_stderr=true
|
|||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=0
|
||||||
|
|
||||||
[program:x11vnc]
|
[program:x11vnc]
|
||||||
command=x11vnc -forever -nopw
|
command=x11vnc -forever -passwd epple2
|
||||||
stdout_logfile=/dev/stdout
|
stdout_logfile=/dev/stdout
|
||||||
redirect_stderr=true
|
redirect_stderr=true
|
||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=0
|
||||||
|
Loading…
Reference in New Issue
Block a user