diff --git a/Dockerfile b/Dockerfile index aa558e0..e1113a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ RUN apk update # to speed the cpanm stage up, install as many transient dependencies as apk # packages as possible # -RUN apk add curl \ +RUN apk add --quiet \ + curl \ gcc \ git \ graphviz \ diff --git a/Makefile b/Makefile index c81eab6..a353b68 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ includes: @tools/generate-rdap-cases.pl "./etc/rdap conformance tool_v5.docx" > inc/rdap/rdapct-cases.yaml yaml: + @ls -lR `pwd` @echo Compiling YAML... @ZM_VERSION="$(ZONEMASTER_VERSION)" gpp -x $(src).yaml.in > $(src).yaml @echo wrote $(src).yaml