Merge pull request #3564 from brthor/brthor/ubuntu16

add deb deps to ubuntu 16 dockerfile
This commit is contained in:
Eric Erhardt 2016-06-14 13:17:32 -05:00 committed by GitHub
commit f4a8df3a56

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 \