Skip to content

Commit

Permalink
build(docker): fix typo in protobuf-compiler package name (#3182)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyhum authored Oct 16, 2024
1 parent c38a403 commit 64de1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="Tom Manville<[email protected]>"
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 \
Expand Down

0 comments on commit 64de1b5

Please sign in to comment.