Enable ubuntu16 deb creation and publishing

This commit is contained in:
Bryan Thornbury 2016-06-13 19:08:54 -07:00
parent 2663d03dc9
commit f75ee876d8
4 changed files with 78 additions and 14 deletions

View file

@ -28,7 +28,8 @@ RUN apt-get install -y libunwind8 \
liblttng-ust0 \
libssl1.0.0 \
zlib1g \
libuuid1 && \
libuuid1 \
liblldb-3.6 && \
apt-get clean
# Setup User to match Host User, and give superuser permissions