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