Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
Target specific version of ark-server-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
thmhoag committed Nov 8, 2019
1 parent 48cc42e commit ad5e210
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ USER root
RUN apt-get update && \
apt-get install -y curl cron bzip2 perl-modules lsof libc6-i386 lib32gcc1 sudo

RUN curl -sL "http://git.io/vtf5N" | bash -s steam && \
RUN curl -sL "https://raw.githubusercontent.com/FezVrasta/ark-server-tools/v1.6.48/netinstall.sh" | bash -s steam && \
systemctl disable arkmanager.service && \
ln -s /usr/local/bin/arkmanager /usr/bin/arkmanager

COPY arkmanager/arkmanager.cfg /etc/arkmanager/arkmanager.cfg
Expand Down

0 comments on commit ad5e210

Please sign in to comment.