Skip to content

Commit

Permalink
Update Dockerfile.dapper
Browse files Browse the repository at this point in the history
Signed-off-by: David Ko <[email protected]>
  • Loading branch information
innobead committed Jun 18, 2024
1 parent 264904c commit 4d6ba99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ENV PROTOC_amd64=https://github.com/protocolbuffers/protobuf/releases/download/v
PROTOC=PROTOC_${ARCH}

RUN cd /usr/src && \
wget ${!PROTOC} -O protoc_${ARCH}.zip && \
curl -sSfL ${!PROTOC} -o protoc_${ARCH}.zip && \
unzip protoc_${ARCH}.zip -d /usr/local/

# protoc-gen-go
Expand Down

0 comments on commit 4d6ba99

Please sign in to comment.