# Generated by decapod container profile
# Path: .decapod/generated/Dockerfile
# Regenerate via: decapod auto container run --image-profile alpine
FROM rust:1.91.1-alpine
ENV PATH="/usr/local/cargo/bin:${PATH}"
RUN apk add --no-cache bash ca-certificates coreutils curl git openssh-client sqlite-dev sqlite-static
RUN update-ca-certificates
