Skip to content
Snippets Groups Projects

Avoid catalog compilation error because of augeas

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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 /
Loading