Fix docker build

Issue-ID: DCAEGEN2-2334
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I9315edabe03e7958ff9fb6ef30787f7604117800
diff --git a/src/main/resources/Dockerfile b/src/main/resources/Dockerfile
index e0d0164..d86e2c3 100644
--- a/src/main/resources/Dockerfile
+++ b/src/main/resources/Dockerfile
@@ -22,7 +22,7 @@
 WORKDIR /opt/app/pm-mapper
 
 RUN apt-get update && \
-        apt-get install --no-recommends -y curl nano && \
+        apt-get install --no-install-recommends -y curl nano && \
          apt-get clean && \
         rm -rf /var/lib/apt/lists/*