| 1 | FROM docker.io/alpine:3.23 |
| 2 | |
| 3 | RUN apk add cargo rust rustfmt rust-clippy pkgconf build-base git sqlite sqlite-dev |
| 4 | RUN adduser -D -h /src -s /bin/sh ayllu |
| 5 | USER ayllu |
| 6 | WORKDIR /src |
| 1 | FROM docker.io/alpine:3.23 |
| 2 | |
| 3 | RUN apk add cargo rust rustfmt rust-clippy pkgconf build-base git sqlite sqlite-dev |
| 4 | RUN adduser -D -h /src -s /bin/sh ayllu |
| 5 | USER ayllu |
| 6 | WORKDIR /src |