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

Commit

Permalink
Fix issue with builds, update ark-server-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
thmhoag committed Jun 5, 2020
1 parent 38685e6 commit f89a2eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ USER root
RUN apt-get update && \
apt-get install -y curl cron bzip2 perl-modules lsof libc6-i386 lib32gcc1 sudo

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

COPY arkmanager/arkmanager.cfg /etc/arkmanager/arkmanager.cfg
Expand Down Expand Up @@ -35,4 +34,4 @@ ENV am_ark_SessionName="Ark Server" \

VOLUME /ark

CMD [ "./run.sh" ]
CMD [ "./run.sh" ]

0 comments on commit f89a2eb

Please sign in to comment.