mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
Update Dockerfile
Co-authored-by: JP Hastings-Edrei <hello@byjp.me>
This commit is contained in:
parent
3a69d0418f
commit
06c2d29e9c
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ RUN apk --no-cache add libc-dev
|
||||||
COPY src src
|
COPY src src
|
||||||
COPY Cargo.toml .
|
COPY Cargo.toml .
|
||||||
COPY Cargo.lock .
|
COPY Cargo.lock .
|
||||||
COPY Cross.toml .
|
|
||||||
RUN cargo install --target x86_64-unknown-linux-musl --path .
|
RUN cargo install --target x86_64-unknown-linux-musl --path .
|
||||||
|
|
||||||
FROM docker.io/library/alpine:latest
|
FROM docker.io/library/alpine:latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue