MCCTeam / Minecraft-Console-Client

Lightweight console for Minecraft chat and automated scripts
https://mccteam.github.io
Other
1.67k stars 402 forks source link

[HELP] Getting started on Docker #2783

Closed harrisonratcliffe closed 3 months ago

harrisonratcliffe commented 3 months ago

Prerequisites

Minecraft Version

N/A

Console Client Version

Latest

Expected Behavior

Docker container to run

Actual Behavior

❯ docker run -it minecraft-console-client:latest

platform is Donwloading MinecraftClient for 20240713-273 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 9 100 9 0 0 20 0 --:--:-- --:--:-- --:--:-- 21 Archive: MinecraftClient-linux.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of MinecraftClient-linux.zip or MinecraftClient-linux.zip.zip, and cannot find MinecraftClient-linux.zip.ZIP, period. chmod: cannot access './MinecraftClient': No such file or directory /opt/start-latest.sh: 33: ./MinecraftClient: not found

I have tried running the command in both the Minecraft-Console-Client repo directory as well as /Docker which returns the same error. Using the -v flag to specify a volume also returns the same.

Steps to Reproduce the bug

  1. Clone the repo
  2. Build the image in the /Docker folder
  3. Run docker run -it minecraft-console-client:latest

Attach screenshot here (If applicable)

No response

Anythings that could help diagnosing the bug

No response

Device

None

Operating System

None

Server Address (If applicable)

No response

breadbyte commented 3 months ago

Should be fixed in 8bdb20a. Can you please try again?

harrisonratcliffe commented 3 months ago

That appears to be working now, thanks for sorting so quickly.