Address more PR feedback

- Add libssl-dev dependency to DockerFile, because the package upgrade test still depend on this. It can be removed once a newer package without libssl-dev dependency is uploaded.
- Check pre-reqs in the package script.
This commit is contained in:
Sridhar Periyasamy 2016-03-09 20:15:06 +00:00
parent 1737fa8cbc
commit 53dd5f4a23
4 changed files with 45 additions and 13 deletions

View file

@ -55,6 +55,7 @@ RUN echo "deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.6 main" | tee
libsasl2-2 \
libsqlite3-0 \
libssl1.0.0 \
libssl-dev \
libtasn1-6 \
libwind0-heimdal