projects
/
platform
/
adaptation
/
npu
/
intel-libmvnc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03e6091
)
remove '--no-install-recommends' flag from apt install command to fix Docker build...
author
hmmccabe
<heather.m.mccabe@intel.com>
Mon, 7 May 2018 22:24:58 +0000
(15:24 -0700)
committer
hmmccabe
<heather.m.mccabe@intel.com>
Mon, 7 May 2018 22:24:58 +0000
(15:24 -0700)
extras/docker/Dockerfile
patch
|
blob
|
history
diff --git
a/extras/docker/Dockerfile
b/extras/docker/Dockerfile
index
3cdf4a5
..
e65eadf
100644
(file)
--- a/
extras/docker/Dockerfile
+++ b/
extras/docker/Dockerfile
@@
-1,7
+1,7
@@
FROM ubuntu:16.04
# Install necessary packages for the installer
-RUN apt-get update && apt-get install -y
--no-install-recommends
\
+RUN apt-get update && apt-get install -y \
build-essential \
sed \
sudo \