Fix Dockerfile missing libprotobuf-dev (#127)

This commit is contained in:
Otto Winter 2021-10-21 18:59:33 +02:00 committed by GitHub
parent ccf9fcbe2b
commit 69f976cd9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ RUN \
apt-get update \
&& apt-get install -y --no-install-recommends \
protobuf-compiler=3.12.4-1 \
libprotobuf-dev=3.12.4-1 \
&& rm -rf \
/tmp/* \
/var/{cache,log}/* \