NewittAll / modded-palworld-docker-server

A docker container with Steam Proton on it to host a modded Palworld server.
3 stars 1 forks source link

docker build #2

Closed zerobonx closed 8 months ago

zerobonx commented 9 months ago

stopping at step 18

Step 18/23 : COPY --chown=steam:steam --chmod=755 ./scripts/*.sh /palworld/Scripts the --chmod option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/ to learn how to build images with BuildKit enabled

NewittAll commented 9 months ago

What version of Docker are you using? Based on the link it sounds like you're using a version older than 23.0, if that is the case try running this:

DOCKER_BUILDKIT=1 docker image build -t modded-palworld-docker-server .
zerobonx commented 8 months ago

I use Container Manager (Docker) from Synology - version 20.10.23-1437

zerobonx commented 8 months ago

image

NewittAll commented 8 months ago

Try cloning and building the image again, I didn't realize the mods folder got deleted sorry about that.