diff --git a/Dockerfile b/Dockerfile index 3f14281..5c73325 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY . . RUN apt-get update && apt-get install protobuf-compiler -y -RUN which protoc +RUN git submodule update --init --recursive RUN cargo build --release