Skip to content

Commit

Permalink
fix: docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vann-Dev committed Dec 16, 2023
1 parent b402240 commit f5adeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rust:1.74.1-slim-bookworm as build

RUN rustup target add x86_64-unknown-linux-musl
RUN apt-get install pkg-config libssl-dev
RUN apt-get update && apt-get install pkg-config libssl-dev

WORKDIR /tmp/build

Expand Down

0 comments on commit f5adeb9

Please sign in to comment.