add bzr to buildbase
This commit is contained in:
parent
8588cce4d5
commit
050a0c1000
@ -2,7 +2,7 @@ ARG GO_VERSION=1.14.2
|
||||
|
||||
FROM golang:${GO_VERSION}-buster
|
||||
|
||||
RUN apt-get update && apt-get install -y ca-certificates llvm clang mesa-opencl-icd ocl-icd-opencl-dev jq gcc git pkg-config
|
||||
RUN apt-get update && apt-get install -y ca-certificates llvm clang mesa-opencl-icd ocl-icd-opencl-dev jq gcc git pkg-config bzr
|
||||
|
||||
ARG FILECOIN_FFI_COMMIT=ca281af0b6c00314382a75ae869e5cb22c83655b
|
||||
ARG FFI_DIR=/extra/filecoin-ffi
|
||||
|
Loading…
Reference in New Issue
Block a user