feat: add libdbus-1-dev >=1.14.10 to image
This commit is contained in:
parent
3daf1c7ccf
commit
68a78fbaa3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ FROM docker.io/rust:1.81.0-slim-bookworm
|
|||
# git - git
|
||||
RUN apt-get update \
|
||||
&& \
|
||||
apt-get satisfy -y "nodejs (>=18.19.0), curl (>=7.88.1), pkg-config (>=1.8.1), libssl-dev (>=3.0.14), git (>=2.39.2)" \
|
||||
apt-get satisfy -y "nodejs (>=18.19.0), curl (>=7.88.1), pkg-config (>=1.8.1), libssl-dev (>=3.0.14), git (>=2.39.2) libdbus-1-dev (>= 1.14.10)" \
|
||||
&& \
|
||||
rm -r /var/lib/apt/lists/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue