Jip-Hop / sedunlocksrv-pba

Conveniently unlock your Self Encrypting Drive on startup (via HTTPS) without the need to attach monitor and keyboard
GNU General Public License v3.0
37 stars 8 forks source link

Remove the `--chmod` option from `Dockerfile` #18

Closed watsonbox closed 9 months ago

watsonbox commented 9 months ago

When building the docker image I got:

Step 5/6 : COPY --chmod=755 . .
the --chmod option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/ to learn how to build images with BuildKit enabled
Error response from daemon: No such container: sedunlocksrv-pba

I removed --chmod=755 from the copy operation and everything worked fine. Can it be removed?

Jip-Hop commented 9 months ago

Thanks for pointing that out :)