Database creation and db schema install
This commit is contained in:
@@ -4,9 +4,9 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
||||
--mount=type=cache,target=/var/lib/apt,sharing=locked \
|
||||
apt update && apt-get upgrade -y && apt-get install -y git cmake build-essential libluajit-5.1-dev libmariadb-dev-compat libboost-date-time-dev libboost-system-dev libboost-iostreams-dev libpugixml-dev libcrypto++-dev libfmt-dev zlib1g-dev libgmp-dev libboost-all-dev curl iproute2
|
||||
|
||||
#RUN useradd -m -s /bin/bash tibia && mv /app/SabrehavenServer /home/tibia && chown -R tibia:tibia /home/tibia/SabrehavenServer
|
||||
RUN useradd -m -s /bin/bash tibia
|
||||
RUN echo "tibia:tibia" | chpasswd
|
||||
RUN chown -R tibia:tibia /home/tibia
|
||||
#USER tibia
|
||||
|
||||
WORKDIR /home/tibia
|
||||
|
Reference in New Issue
Block a user