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 3d42569 commit 05495df
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ WORKDIR /usr/src
COPY Cargo.toml Cargo.lock ./
COPY src ./src

RUN apt update && \
apt install -y \
libssl-dev \
RUN apt-get update && \
apt-get install -y \
libssl-dev

RUN apt update && apt install -y \
pkg-config

RUN --mount=type=cache,target=/usr/local/cargo/registry \
Expand Down

0 comments on commit 05495df

Please sign in to comment.