Skip to content

Commit

Permalink
Merge pull request #3 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Improve Dockerfile
  • Loading branch information
andyone authored Dec 9, 2021
2 parents cec947f + 100c281 commit 4e67448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e67448

Please sign in to comment.