a
All checks were successful
Docker / buildx (push) Successful in 10m14s

This commit is contained in:
Chris Richardson
2025-08-07 13:54:06 -04:00
parent 7612ee8e9c
commit 3c38f8e015

View File

@@ -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