From d135d5869d41b09c76b9849a0f5cb645b711b68c Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 17 Sep 2024 11:38:57 +0100 Subject: [PATCH] fix: fix typo in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1642b4..9a6009e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*