From 100c281ed2698d75a41ba4ca4cd18bd01b517de7 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Fri, 10 Dec 2021 02:00:03 +0300 Subject: [PATCH] Improve Dockerfile --- Dockerfile | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index af485cc..06108ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,8 @@ COPY . . ENV GO111MODULE=auto -RUN apk add --no-cache git=~2.32 make=4.3-r0 upx=3.96-r1 && \ +# hadolint ignore=DL3018 +RUN apk add --no-cache git make upx && \ make deps && \ make all && \ upx rsz diff --git a/README.md b/README.md index ccd0bf2..53af353 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ go install github.com/essentialkaos/rsz #### Prebuilt binaries -You can download prebuilt binaries for Linux and OS X from [EK Apps Repository](https://apps.kaos.st/rsz/latest): +You can download prebuilt binaries for Linux and macOS from [EK Apps Repository](https://apps.kaos.st/rsz/latest): ```bash bash <(curl -fsSL https://apps.kaos.st/get) rsz