From 60b68fc6328a2231d2a65af02030085e8973e666 Mon Sep 17 00:00:00 2001 From: fedy95 Date: Sun, 6 Jun 2021 13:35:03 +0300 Subject: [PATCH] add wget --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8979e9f..6a93c1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine WORKDIR /src RUN \ - apk add --no-cache git openssl && \ + apk add --no-cache git openssl wget && \ git clone https://github.com/acmesh-official/acme.sh.git && \ apk del git