Skip to content

Commit f16a711

Browse files
committed
fix: gRPC comment gen & tools/Dockerfile
1 parent 79c9a76 commit f16a711

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

server/pkg/pr12er/service_grpc.pb.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu:latest AS builder
2-
RUN apt update && apt install -y git curl make tar gzip bash unzip
2+
RUN apt update && apt install -y git curl make tar gzip bash unzip libsnmp-dev
33
WORKDIR /temp
44
# Set up ENV variable.
55
ENV PATH=$PATH:/temp/flutter/bin:/usr/local/go/bin:/root/.local/bin:/root/go/bin

0 commit comments

Comments
 (0)