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 e339244 commit ed13a90
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
Expand Up @@ -4,7 +4,7 @@ WORKDIR /tmp/build

COPY . .

RUN apk add --no-cache pkgconfig openssl-dev
RUN sudo apt-get install pkg-config libssl-dev

RUN cargo build --release

Expand Down

0 comments on commit ed13a90

Please sign in to comment.