fix: fix typo in Dockerfile
All checks were successful
/ test (map[name:v1.81.0]) (push) Successful in 12s
/ test (map[name:stable]) (push) Successful in 58s
/ test (map[name:nightly]) (push) Successful in 1m47s

This commit is contained in:
Paul Campbell 2024-09-17 11:38:57 +01:00
parent 68a78fbaa3
commit d135d5869d

View file

@ -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) 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)" \
&& \
rm -r /var/lib/apt/lists/*