updatee things
This commit is contained in:
parent
b059086b51
commit
53d2dbda5d
|
@ -0,0 +1,10 @@
|
||||||
|
FROM xena/base
|
||||||
|
|
||||||
|
RUN dnf -y install emacs
|
||||||
|
|
||||||
|
USER xena
|
||||||
|
RUN git clone https://github.com/syl20bnr/spacemacs /home/xena/.emacs.d
|
||||||
|
RUN emacs --daemon
|
||||||
|
RUN emacs --daemon
|
||||||
|
|
||||||
|
CMD /bin/zsh
|
|
@ -0,0 +1,2 @@
|
||||||
|
deb http://ppa.launchpad.net/titanous/tup/ubuntu trusty main
|
||||||
|
deb-src http://ppa.launchpad.net/titanous/tup/ubuntu trusty main
|
|
@ -0,0 +1,11 @@
|
||||||
|
FROM alpine
|
||||||
|
|
||||||
|
RUN apk update && apk add alpine-sdk fuse-dev
|
||||||
|
|
||||||
|
RUN mkdir /usr/src
|
||||||
|
|
||||||
|
RUN cd /usr/src &&\
|
||||||
|
git clone git://github.com/gittup/tup.git &&\
|
||||||
|
cd tup &&\
|
||||||
|
./bootstrap.sh &&\
|
||||||
|
cp tup /usr/local/bin/tup
|
|
@ -0,0 +1,8 @@
|
||||||
|
FROM nordaaker/convos
|
||||||
|
|
||||||
|
ENV CONVOS_ARCHIVE_DIR /data/convos/archive
|
||||||
|
ENV CONVOS_ORGANIZATION_NAME XeServ
|
||||||
|
ENV CONVOS_REDIS_URL redis://10.0.0.5:6379/2
|
||||||
|
ENV VIRTUAL_HOST shout.xeserv.us
|
||||||
|
ENV CONVOS_INVITE_CODE faggot
|
||||||
|
ENV MOJO_REVERSE_PROXY 1
|
Loading…
Reference in New Issue