Skip to content

Commit b5045d4

Browse files
committed
Improvements
1 parent acb55af commit b5045d4

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.docker/alpine.docker

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ COPY . .
1313
ENV GO111MODULE=auto
1414

1515
# hadolint ignore=DL3018
16-
RUN apk add --no-cache git make upx && \
17-
make deps && \
18-
make all && \
19-
upx sslcli
16+
RUN apk add --no-cache git make && make deps && make all
2017

2118
## FINAL IMAGE #################################################################
2219

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ Examples
106106
107107
sslcli hosts.txt
108108
Check all hosts defined in hosts.txt file
109-
110109
```
111110

112111
### Build Status

0 commit comments

Comments
 (0)