From 64de1b5f0479c08d121754bca3b259e8d639e2c4 Mon Sep 17 00:00:00 2001 From: Daniil Fedotov Date: Wed, 16 Oct 2024 16:36:28 -0400 Subject: [PATCH] build(docker): fix typo in protobuf-compiler package name (#3182) --- docker/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/build/Dockerfile b/docker/build/Dockerfile index 5796211366..c011f04863 100644 --- a/docker/build/Dockerfile +++ b/docker/build/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="Tom Manville" ARG TARGETPLATFORM RUN apt-get update && apt-get -y install \ - apt-transport-https bash ca-certificates curl git gnupg2 jq protobuff-compiler software-properties-common wget \ + apt-transport-https bash ca-certificates curl git gnupg2 jq protobuf-compiler software-properties-common wget \ && update-ca-certificates RUN curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg \