Skip to content

Commit 9d2265d

Browse files
committed
install GNU sed
1 parent d14c08f commit 9d2265d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.14
22

3-
RUN apk add --no-cache bash curl less ca-certificates git tzdata zip gettext \
3+
RUN apk add --no-cache bash curl less ca-certificates git tzdata zip gettext sed \
44
nginx curl supervisor certbot-nginx && \
55
rm -rf /var/cache/apk/* && mkdir -p /run/nginx
66

0 commit comments

Comments
 (0)