From 44f183f45fba244f16b40dd8dd14706f98f76baf Mon Sep 17 00:00:00 2001 From: AG <36399892+andreygrechin@users.noreply.github.com> Date: Fri, 13 Jan 2023 00:07:04 +0400 Subject: [PATCH] Fix a typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2471771..10eee2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM solanalabs/solana:v1.13.6 RUN apt-get update && \ - apt-get install --no-install-recommends rustc curl jq ca-certificated librust-curl+openssl-probe-dev/stable -y && \ + apt-get install --no-install-recommends rustc curl jq ca-certificates librust-curl+openssl-probe-dev/stable -y && \ rm -rf /var/lib/apt/lists/* && \ apt-get clean