Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service 'valley' failed to build #31

Open
fransole opened this issue Jul 15, 2023 · 0 comments
Open

Service 'valley' failed to build #31

fransole opened this issue Jul 15, 2023 · 0 comments

Comments

@fransole
Copy link

fransole commented Jul 15, 2023

Hello,

I've been trying to get this docker container to work however during the build process I'm getting the following error:

---> Running in 961ad92c402a The command '/bin/sh -c mkdir -p /data/Stardew && mkdir -p /data/nexus && wget https://eris.cc/Stardew_latest.tar.gz -qO /data/latest.tar.gz && tar xf /data/latest.tar.gz -C /data/Stardew && rm /data/latest.tar.gz'returned a non-zero code: 4 ERROR: Service 'valley' failed to build : Build failed

Any ideas?

Looks like it's having trouble wget'ing the file from eris.cc although I can download the file in a browser.

Temp-fix:
Downloaded file, scp to host. cp file to docker/
Edited docker/Dockerfile to the following:

# Game + ModLoader 1.5.6 3.18.2 RUN mkdir -p /data/Stardew && \ mkdir -p /data/nexus COPY latest.tar.gz /data/latest.tar.gz RUN tar xf /data/latest.tar.gz -C /data/Stardew && \ rm /data/latest.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant