Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
IraqLobsterDE authored Nov 29, 2023
1 parent 2153abe commit 58189a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ RUN apt update && apt upgrade -y

# Install build packages
RUN DEBIAN_FRONTEND="noninteractive" && \
apt-get install -y build-essential gcc zlib1g-dev libssl-dev openssl mariadb-server cmake
apt-get install -y git build-essential gcc zlib1g-dev libssl-dev openssl mariadb-server cmake

# Build the DLU Server
RUN git clone --recursive https://github.com/DarkflameUniverse/DarkflameServer
RUN git clone --recursive https://github.com/DarkflameUniverse/DarkflameServer.git
WORKDIR /DarkflameServer
RUN ./build.sh -j$(grep -c '^processor' /proc/cpuinfo)

Expand Down

0 comments on commit 58189a3

Please sign in to comment.