Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 26bc6d2

Browse files
committed
build(dockerfile): 修复dockerfile
1 parent dae387a commit 26bc6d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.cn-qingdao.aliyuncs.com/x-lab/custodian:v1.4.1
44

55
ARG RS_VERSION=dev
66

7-
RUN mkdir /var/cache/apk && apk add --no-cache bind-tools ca-certificates
7+
RUN apk add --no-cache bind-tools ca-certificates
88

99
COPY --from=build-env /usr/local/bin/nuclei /usr/local/bin/nuclei
1010

0 commit comments

Comments
 (0)