azixus / ARK_Ascended_Docker

Docker image to run an ARK Survival Ascended server on Linux
MIT License
61 stars 11 forks source link

Build fail...Step 15/20 --chmod option requires Buildkit #38

Closed jmaggart1979 closed 8 months ago

jmaggart1979 commented 8 months ago

First attempt at building this and I am running into this issue.

Step 15/20 : COPY --chown=arkuser --chmod=755 ./scripts/start.sh /opt/start.sh the --chmod option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/ to learn how to build images with BuildKit enabled ERROR: Service 'asa_server' failed to build : Build failed

I have little experience with Docker and from what I have seen this issue seems to have been related to an older version of Docker.

jmaggart1979 commented 8 months ago

Had to install Docker compose V2.