Updated the gitlab config to generate docs and update them on S3. Will remove the 'gitlab-docs' line in a later commit.

This commit is contained in:
Luke Anderson
2019-05-08 00:03:36 +10:00
parent 00f85a0324
commit 190bf682db
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM rust:latest
RUN apt-get update && apt-get install -y clang libclang-dev cmake build-essential git unzip autoconf libtool
RUN apt-get update && apt-get install -y clang libclang-dev cmake build-essential git unzip autoconf libtool awscli
RUN git clone https://github.com/google/protobuf.git && \
cd protobuf && \