Skip to content

Commit

Permalink
chore: fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Feb 27, 2024
1 parent 2544d51 commit 75b142e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ FROM rust:1.76.0-alpine3.18 as builder
WORKDIR /usr/src

RUN apk add --no-cache \
pkgconfig
pkgconfig \
libressl-dev \
musl-dev

COPY Cargo.toml Cargo.lock ./
COPY src ./src
Expand Down

0 comments on commit 75b142e

Please sign in to comment.