Skip to content

building the docker image fails on ubuntu 23.10 #71

@steliospaps

Description

@steliospaps

When I run the command in the README it fails:
`
$ docker build -f Containerfile.install -t "keepass-diff:custom-local" .
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/

Sending build context to Docker daemon 23.74MB
Step 1/13 : FROM clux/muslrust:stable AS builder
stable: Pulling from clux/muslrust
aece8493d397: Pull complete
30c524573f6b: Pull complete
bd32a704201b: Pull complete
884f6f098dfd: Pull complete
a5274257663a: Pull complete
240b169f491f: Pull complete
a065d4098f5c: Pull complete
fd3ae750c172: Pull complete
737883f18e89: Pull complete
dc5bdaadac77: Pull complete
c2421a13ac5a: Pull complete
Digest: sha256:37ba39a117840fd3a75d8be237687c4d69c1d647d75072a17452efd91a67badd
Status: Downloaded newer image for clux/muslrust:stable
---> a8f8b6b7c631
Step 2/13 : ENV RUSTFLAGS="-C target-cpu=native"
---> Running in 1dbdf25f4f27
Removing intermediate container 1dbdf25f4f27
---> 2e9c02020b81
Step 3/13 : COPY --chown=rust:rust Cargo.* ./
unable to convert uid/gid chown string to host mapping: can't find uid for user rust: no such user: rust

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions