Remove duplicated Dockerfile (#204)
author최형규/동작제어Lab(SR)/Senior Engineer/삼성전자 <hk0110.choi@samsung.com>
Mon, 26 Mar 2018 04:48:56 +0000 (13:48 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Mon, 26 Mar 2018 04:48:56 +0000 (13:48 +0900)
- Remove duplicated Dockerfile, becasue now we have Dockerfile
  based on Ubuntu 16.04 at docker/Dockerfile

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
Dockerfile [deleted file]

diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644 (file)
index db4e7ac..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-FROM ubuntu:14.04
-
-RUN [ -n ${HTTP_PROXY} ] && echo "Acquire::http::proxy \"${HTTP_PROXY}\";" >> /etc/apt/apt.conf
-RUN [ -n ${HTTPS_PROXY} ] && echo "Acquire::https::proxy \"${HTTPS_PROXY}\";" >> /etc/apt/apt.conf
-
-RUN sed 's/archive.ubuntu.com/kr.archive.ubuntu.com/g' -i /etc/apt/sources.list
-
-RUN apt update
-
-# Install base dependencies
-RUN apt install -y make cmake g++
-# Install nnapi_binding dependencies
-RUN apt install -y libboost-dev