Skip to content

Commit

Permalink
Add python to generators image
Browse files Browse the repository at this point in the history
Signed-off-by: Aivaras Saulius <[email protected]>
  • Loading branch information
Aivaras Saulius authored and arg0d committed Oct 25, 2023
1 parent 3f472d7 commit 50705d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ RUN cargo install uniffi-bindgen-cs --tag v0.4.0+v0.23.0 --git https://github.co
RUN cargo install uniffi-bindgen-go --tag v0.1.5+v0.23.0 --git https://github.com/NordSecurity/uniffi-bindgen-go

FROM debian:bullseye

COPY --from=builder /usr/local/cargo/bin/uniffi-bindgen /bin
COPY --from=builder /usr/local/cargo/bin/uniffi-bindgen-cs /bin
COPY --from=builder /usr/local/cargo/bin/uniffi-bindgen-go /bin

RUN apt-get update && apt-get install -y --no-install-recommends python3 && apt-get clean && rm -rf /var/lib/apt/lists/*

0 comments on commit 50705d5

Please sign in to comment.