aboutsummaryrefslogtreecommitdiffstats
path: root/dockerfile.ubuntu.xenial
diff options
context:
space:
mode:
Diffstat (limited to 'dockerfile.ubuntu.xenial')
-rw-r--r--dockerfile.ubuntu.xenial4
1 files changed, 2 insertions, 2 deletions
diff --git a/dockerfile.ubuntu.xenial b/dockerfile.ubuntu.xenial
index 42f141c5..362eff41 100644
--- a/dockerfile.ubuntu.xenial
+++ b/dockerfile.ubuntu.xenial
@@ -11,12 +11,12 @@ RUN \
sed -i 's/# \(.*multiverse$\)/\1/g' /etc/apt/sources.list && \
apt-get update && \
apt-get -y upgrade && \
- apt-get install -y git build-essential curl software-properties-common apt-transport-https nano && \
+ apt-get install -y git build-essential curl software-properties-common apt-transport-https git-core && \
echo "deb [trusted=yes] http://nexus.fd.io/content/repositories/fd.io.master.ubuntu.xenial.main ./" | tee /etc/apt/sources.list.d/99fd.io.master.list && \
sh -c "echo 'deb http://archive.getdeb.net/ubuntu xenial-getdeb apps' >> /etc/apt/sources.list.d/getdeb.list" && \
echo "deb [trusted=yes] https://engci-maven-master.cisco.com/artifactory/icn-debian xenial main" | tee /etc/apt/sources.list.d/artifactory.icndebian.list && \
apt-get update && \
- apt-get install -y git-core build-essential \
+ apt-get install -y git-core build-essential nano \
libhicnet-dev libhicn-dev libcurl4-openssl-dev \
libboost-system-dev libboost-regex-dev libboost-filesystem-dev && \
rm -rf /var/lib/apt/lists/*