Skip to content

Commit fa80a2b

Browse files
committed
fixed protoc
1 parent bf1503b commit fa80a2b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/install-basic-deps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ARCH=$(uname -m)
1616

1717
PB_REL="https://github.com/protocolbuffers/protobuf/releases"
1818

19+
cd /usr
20+
1921
# x86_64
2022
if [ "$ARCH" = "x86_64" ]; then
2123
curl -LO $PB_REL/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip
@@ -27,5 +29,4 @@ else
2729
fi
2830

2931
unzip *.zip
30-
cp bin/protoc /usr/bin
3132
chmod 755 /usr/bin/protoc

0 commit comments

Comments
 (0)