Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob authored Oct 12, 2024
1 parent 96f79cd commit 2319f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eaglercraft-relay/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; f

RUN apt-get update && \
apt-get install --no-install-recommends -y \
sudo curl default-jre unzip
sudo curl default-jre unzip coturn

RUN curl --no-progress-meter \
-H "Accept-Encoding: identity" \
Expand All @@ -24,5 +24,5 @@ RUN curl --no-progress-meter \
RUN unzip -n relay.zip
RUN sudo chmod 777 run.sh

# entrypoint
# entrypoint from the zip:
CMD [ "/run.sh" ]

0 comments on commit 2319f24

Please sign in to comment.