diff --git a/Dockerfile b/Dockerfile
index da3f4ef6b4659e04dcb9a95a5f88834472e1e877..cef1ecf56a76c1b154fd36b3abaa54b685516811 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM debian:bullseye
 
 HEALTHCHECK --interval=10s --timeout=15s --retries=12 --start-period=3m CMD ["/usr/bin/curl", "-k", "-I", "https://127.0.0.1:8140"]
 
-RUN apt-get update -qq && apt install -y git puppet-master curl
+RUN apt-get update -qq && apt install -y git puppet-master curl augeas-tools
 RUN puppet config set autosign "true" --section master
 
 COPY entrypoint.sh /