From 746536f75f862204e52c2a3acb61ec6dad733dbd Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Fri, 10 Jan 2020 10:08:54 -0600 Subject: [PATCH] cleaner --- TEMPLATES/.dockerfilelintrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TEMPLATES/.dockerfilelintrc b/TEMPLATES/.dockerfilelintrc index 56b5c7b0..3f8d0271 100644 --- a/TEMPLATES/.dockerfilelintrc +++ b/TEMPLATES/.dockerfilelintrc @@ -49,12 +49,12 @@ rules: # commands on the same line to reduce image size apt-get-update_require_install: on - # Consider using a \`--no-cache\` (supported in alpine linux >= 3.3) or - # \`--update\` followed by the command \`rm -rf /var/cache/apk/*\` - # when \`apk\` adding packages. This will result in a smaller image size + # Consider using a `--no-cache` (supported in alpine linux >= 3.3) or + # `--update` followed by the command `rm -rf /var/cache/apk/*` + # when `apk` adding packages. This will result in a smaller image size apkadd-missing_nocache_or_updaterm: on - # Consider using a \`--virtual\` or \`-t\` switch to group multiple packages + # Consider using a `--virtual` or `-t` switch to group multiple packages # for easy cleanup. This will help ensure future authors will continue # to clean up build dependencies and other temporary packages apkadd-missing-virtual: on