Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Feb 1, 2024
1 parent 7dce10b commit 609a487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 609a487

Please sign in to comment.