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