mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 18:26:15 +01:00
6 lines
131 B
Docker
6 lines
131 B
Docker
|
FROM docker.io/library/rust:1.74.0
|
||
|
|
||
|
RUN cargo install sqlx-cli --no-default-features --features native-tls,postgres
|
||
|
|
||
|
WORKDIR /sqlx
|