This commit is contained in:
@@ -29,7 +29,6 @@ RUN apt-get update \
|
|||||||
p7zip-full \
|
p7zip-full \
|
||||||
dos2unix \
|
dos2unix \
|
||||||
qemu-system \
|
qemu-system \
|
||||||
dos2unix \
|
|
||||||
vim \
|
vim \
|
||||||
openssh-server \
|
openssh-server \
|
||||||
emacs-nox \
|
emacs-nox \
|
||||||
@@ -44,7 +43,6 @@ COPY . /enigma-bbs
|
|||||||
|
|
||||||
# Then run post source copy steps that have to happen every time
|
# Then run post source copy steps that have to happen every time
|
||||||
RUN dos2unix /enigma-bbs/docker/bin/docker-entrypoint.sh \
|
RUN dos2unix /enigma-bbs/docker/bin/docker-entrypoint.sh \
|
||||||
&& apt-get remove dos2unix -y \
|
|
||||||
&& chmod +x /enigma-bbs/docker/bin/docker-entrypoint.sh \
|
&& chmod +x /enigma-bbs/docker/bin/docker-entrypoint.sh \
|
||||||
&& cp -f /enigma-bbs/docker/bin/sexyz /usr/local/bin \
|
&& cp -f /enigma-bbs/docker/bin/sexyz /usr/local/bin \
|
||||||
&& cd /enigma-bbs \
|
&& cd /enigma-bbs \
|
||||||
@@ -60,6 +58,9 @@ RUN dos2unix /enigma-bbs/docker/bin/docker-entrypoint.sh \
|
|||||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
|
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
|
# Use EST timezone
|
||||||
|
RUN rm /etc/localtime && ln -s /usr/share/zoneinfo/America/New_York /etc/localtime
|
||||||
|
|
||||||
# enigma storage mounts
|
# enigma storage mounts
|
||||||
VOLUME /enigma-bbs/art
|
VOLUME /enigma-bbs/art
|
||||||
VOLUME /enigma-bbs/config
|
VOLUME /enigma-bbs/config
|
||||||
|
|||||||
Reference in New Issue
Block a user