Subj : Re: Mystic and Linux distros
To   : SwissMaik
From : dreamchipper
Date : Mon Dec 09 2024 02:42 pm

Here is my Dockerfile that I use to build my Mystic container

```Dockerfile
FROM ubuntu:16.04

wWORKDIR /root
RUN apt update && apt upgrade -y
RUN dpkg --add-architecture i386 && apt update
RUN apt install -y \
   build-essential \
   unzip \
   unrar \
   procps \
   curl \
   htop \
   zip \
   python3 \
   dos2unix \
   vim \
   locals \
   dosemu

ADD http://mysticbbs.com/downloads/cl3431.zip /root/cl/
WORKDIR /root/cl
RUN unzip cl3431.zip
RUN dos2unix tools/*.sh
RUN make shared
RUN mv libcl.so.3.4.3 /lib/libcl.so

WORKDIR /mystic
CMD ["/mystic/mis", "server"]
```
the mystic software is in a mounted volume and not directly in this container.

Dreamchipper

--- Mystic BBS v1.12 A48 (Linux/64)
* Origin: SDF-1 BBS: bbs.sdf1.net (ssh: 5022, telnet: 5023) (21:1/228)