add deb deps to ubuntu 16 dockerfile

This commit is contained in:
Bryan Thornbury 2016-06-14 10:56:08 -07:00
parent b93388cde2
commit 482a3377ca

View file

@ -21,6 +21,13 @@ RUN rm -rf rm -rf /var/lib/apt/lists/* && \
sudo && \
apt-get clean
# Install Build Prereqs
RUN apt-get -qqy install \
debhelper \
build-essential \
devscripts && \
apt-get clean
# Dependencies for CoreCLR and CoreFX
RUN apt-get install -y libunwind8 \
libkrb5-3 \