add smee client

This commit is contained in:
Grant Limberg 2023-08-04 13:08:18 -07:00
parent a6b764bf7c
commit 4674bb5c8b
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735
13 changed files with 1901 additions and 1737 deletions

View file

@ -20,6 +20,7 @@ RUN apt -y install \
postgresql-client-common \
curl \
google-perftools \
libgoogle-perftools-dev
libgoogle-perftools-dev \
protobuf-compiler
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y