Skip to content

Commit

Permalink
use rust alpine image because cargo package is half a year out of date
Browse files Browse the repository at this point in the history
  • Loading branch information
Fogapod committed Feb 9, 2024
1 parent 73bebfb commit 4f62a81
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
FROM alpine:3.19 as accents_builder
FROM rust:alpine as accents_builder

WORKDIR /build

COPY accents2 .

RUN : \
&& apk add cargo libgcc \
&& cargo build --features cli --release
RUN cargo build --features cli --release

FROM python:3.11-alpine3.19

Expand Down

0 comments on commit 4f62a81

Please sign in to comment.