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 d99d688 commit 3ef7666
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions eaglercraft-relay/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
ARG BUILD_FROM
FROM ${BUILD_FROM}

# Add rootfs
#COPY rootfs/ /
COPY start.sh /


# Uses /bin for compatibility purposes
Expand All @@ -13,7 +12,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 coturn
yq sudo curl default-jre unzip coturn

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

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



Expand Down

0 comments on commit 3ef7666

Please sign in to comment.