thorkseng / pi4valheim

experimental Docker file to run a Valheim server in a Raspberry Pi4
17 stars 12 forks source link

Cannot build docker image - exit code 255 #12

Closed Evirth closed 1 year ago

Evirth commented 1 year ago

Hello,

I am trying to run a Valheim server on PI4 8GB, but no matter what I do, I end up with an exit code 255 returned by steamcmd.

I updated the sources.list to BullsEye and did update/upgrade/dist-upgrade of course.

deb http://deb.debian.org/debian           bullseye          main contrib non-free
deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
deb http://deb.debian.org/debian           bullseye-updates  main contrib non-free

Cloned the repo and used the following command to build the image

sudo docker build --no-cache --tag valheim-base -f valheim.dev.Dockerfile .

Have You guys experienced this error and found a solution? Log: https://pastebin.com/xXGwraGy

image

Evirth commented 1 year ago

Found a solution, installing box86 v0.3.0 instead v0.3.2 solved the problem. Forked and created working configuration with updated docker image to latest Valheim version (0.217.25), feel free to use :)