ci debugging
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-02-01 22:49:55 -08:00
parent 5b2f1fe2dd
commit 6628325843
2 changed files with 5 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ FROM golang@sha256:52a48e0239f4d645b20ac268a60361703afe7feb2df5697fa89f72052cb87
#FROM golang:1.16-buster AS builder
ENV DEBIAN_FRONTEND noninteractive
RUN apt update && apt install -y make bzip2
RUN apt update && apt install -y make bzip2 protobuf-compiler
RUN mkdir -p /build
WORKDIR /build