Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Hcreak authored Sep 4, 2024
1 parent b436f74 commit 96ce007
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,4 +1,4 @@
FROM rust:1.79.0-buster AS builder
FROM rust:1.79.0 AS builder

RUN apt-get update -y && apt-get install -y libssl-dev pkg-config make perl clang llvm
ENV OPENSSL_LIB_DIR="/usr/lib/x86_64-linux-gnu"
Expand Down

0 comments on commit 96ce007

Please sign in to comment.