0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 18:26:15 +01:00
posthog/Dockerfile.sqlx

6 lines
131 B
Docker
Raw Normal View History

FROM docker.io/library/rust:1.74.0
RUN cargo install sqlx-cli --no-default-features --features native-tls,postgres
WORKDIR /sqlx