Add info about DNSCrypt resolver #29

Merged
wanderer merged 2 commits from wanderer/add-dnscrypt-info AGit into master 2021-08-08 00:36:47 +02:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 55d9852c80 - Show all commits

@ -75,7 +75,7 @@ depends_on:
steps: steps:
- name: hadolint - name: hadolint
image: hadolint/hadolint:latest image: hadolint/hadolint:v2.6.0-alpine
commands: commands:
- hadolint --version - hadolint --version
- hadolint Dockerfile - hadolint Dockerfile

@ -7,6 +7,9 @@ WORKDIR /homepage
RUN git submodule init \ RUN git submodule init \
&& git submodule update --recursive \ && git submodule update --recursive \
&& hugo version && hugo version
# "DL3059 info: Multiple consecutive `RUN` instructions.
# Consider consolidation."
# hadolint ignore=DL3059
RUN hugo --minify --gc=true RUN hugo --minify --gc=true
WORKDIR / WORKDIR /