We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb55af commit b5045d4Copy full SHA for b5045d4
2 files changed
.docker/alpine.docker
@@ -13,10 +13,7 @@ COPY . .
13
ENV GO111MODULE=auto
14
15
# hadolint ignore=DL3018
16
-RUN apk add --no-cache git make upx && \
17
- make deps && \
18
- make all && \
19
- upx sslcli
+RUN apk add --no-cache git make && make deps && make all
20
21
## FINAL IMAGE #################################################################
22
README.md
@@ -106,7 +106,6 @@ Examples
106
107
sslcli hosts.txt
108
Check all hosts defined in hosts.txt file
109
-
110
```
111
112
### Build Status
0 commit comments