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 Dec 9, 2023
1 parent ba7b4a6 commit d75b4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ubuntu
# Install required packages
RUN apt update && apt upgrade -y

RUN setcap CAP_NET_BIND_SERVICE=+ep AuthServer
# Install build packages
RUN apt -y install git build-essential gcc zlib1g-dev libssl-dev openssl cmake

Expand All @@ -15,7 +16,6 @@ RUN ./build.sh -j$(grep -c '^processor' /proc/cpuinfo)
# Clean up the image
RUN apt -y remove git gcc zlib1g-dev libssl-dev cmake
RUN apt -y autoremove
RUN setcap 'cap_net_bind_service=+ep' AuthServer

# Set the start script as entrypoint
COPY /start.sh /DarkflameServer/start.sh
Expand Down

0 comments on commit d75b4ff

Please sign in to comment.