remove '--no-install-recommends' flag from apt install command to fix Docker build...
authorhmmccabe <heather.m.mccabe@intel.com>
Mon, 7 May 2018 22:24:58 +0000 (15:24 -0700)
committerhmmccabe <heather.m.mccabe@intel.com>
Mon, 7 May 2018 22:24:58 +0000 (15:24 -0700)
extras/docker/Dockerfile

index 3cdf4a5..e65eadf 100644 (file)
@@ -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 \