Skip to content

Commit

Permalink
Fix keepup.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Feb 12, 2024
1 parent dc5ee7a commit aeb1ef3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions minecraft.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ RUN wget https://www.yourkit.com/download/docker/YourKit-JavaProfiler-2023.9-doc
RUN wget -nv -O keepup.zip https://github.com/MineInAbyss/Keepup/releases/download/v${KEEPUP_VERSION}/keepup-shadow-${KEEPUP_VERSION}.zip \
# unzip file inside hocon-to-json.zip into /usr/local \
&& unzip -q keepup.zip \
&& rclone copy keepup-${KEEPUP_VERSION}/ /usr/local \
&& rclone copy keepup-shadow-${KEEPUP_VERSION}/ /usr/local \
&& chmod +x /usr/local/bin/keepup \
&& rm -rf keepup.zip keepup-${KEEPUP_VERSION}
&& rm -rf keepup.zip keepup-shadow-${KEEPUP_VERSION}

# Copy over scripts
COPY scripts/dev /scripts/dev
Expand Down
4 changes: 2 additions & 2 deletions proxy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ WORKDIR /opt/minecraft
RUN wget -O keepup.zip https://github.com/MineInAbyss/Keepup/releases/download/v${KEEPUP_VERSION}/keepup-shadow-${KEEPUP_VERSION}.zip \
# unzip file inside hocon-to-json.zip into /usr/local \
&& unzip keepup.zip \
&& rclone copy keepup-${KEEPUP_VERSION}/ /usr/local \
&& rclone copy keepup-shadow-${KEEPUP_VERSION}/ /usr/local \
&& chmod +x /usr/local/bin/keepup \
&& rm -rf keepup.zip keepup-${KEEPUP_VERSION}
&& rm -rf keepup.zip keepup-shadow-${KEEPUP_VERSION}

# Copy over scripts
COPY scripts/dev /scripts/dev
Expand Down

0 comments on commit aeb1ef3

Please sign in to comment.