mirror of
https://codeberg.org/JasterV/docker.git
synced 2026-04-26 18:10:02 +00:00
[rust] Install build essentials in the image
This commit is contained in:
parent
b2c244fecd
commit
38bdb21bfa
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ FROM rust:1.93.1-slim-bookworm
|
|||
# Install system dependencies for cargo-binstall and common rust crates
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
libc6 \
|
||||
build-essential \
|
||||
ca-certificates \
|
||||
pkg-config \
|
||||
libssl-dev \
|
||||
|
|
|
|||
Loading…
Reference in a new issue