summaryrefslogtreecommitdiffstats
path: root/src/main/resources/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/Dockerfile')
-rw-r--r--src/main/resources/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 @@ FROM openjdk:11.0.7-jre-slim
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/*