build: remove musl-dev in dockerfile
This commit is contained in:
parent
1912f0baf6
commit
785e313c2a
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@ FROM rust:1.80-alpine AS builder
|
||||||
WORKDIR /usr/src/luciders
|
WORKDIR /usr/src/luciders
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# 32-bit musl-dev for indoc! macro dep.
|
|
||||||
RUN apk add --no-cache musl-dev
|
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
## Runner ##
|
## Runner ##
|
||||||
|
|
Loading…
Reference in a new issue