feat: add libtag1-dev and libtagc0-dev (>=1.13) to image
All checks were successful
/ test (map[name:nightly]) (push) Successful in 1m43s
/ test (map[name:v1.81.0]) (push) Successful in 44s
/ test (map[name:stable]) (push) Successful in 2m12s

This commit is contained in:
Paul Campbell 2024-09-25 09:06:57 +01:00
parent 75ceb6061c
commit 1b5aa6396a

View file

@ -9,7 +9,7 @@ FROM docker.io/rust:1.81.0-slim-bookworm
# git - git # git - git
RUN apt-get update \ 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), libdbus-1-dev (>= 1.14.10)" \ 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), libtag1-dev (>= 1.13), libtagc0-dev (>= 1.13)" \
&& \ && \
rm -r /var/lib/apt/lists/* rm -r /var/lib/apt/lists/*