Skip to content

Commit

Permalink
test: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vann-Dev committed Dec 16, 2023
1 parent bc1f823 commit e339244
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ WORKDIR /tmp/build

COPY . .

RUN apk add --no-cache pkgconfig openssl-dev

RUN cargo build --release

FROM rust:1.74.1-slim
Expand Down

0 comments on commit e339244

Please sign in to comment.