Add capnp-library do build image

This commit is contained in:
alesapin 2019-08-29 15:36:41 +03:00
parent d3b378ea10
commit 6d6851e747

View File

@ -71,7 +71,9 @@ RUN apt-get --allow-unauthenticated update -y \
odbcinst \
tzdata \
gperf \
alien
alien \
libcapnp-dev
COPY build.sh /
CMD ["/bin/bash", "/build.sh"]