add deb deps to ubuntu 16 dockerfile
This commit is contained in:
parent
b93388cde2
commit
482a3377ca
1 changed files with 7 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue