Skip to content

Commit 78c1577

Browse files
committed
Fix docs Dockerfile
1 parent 63d4289 commit 78c1577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/docs.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM squidfunk/mkdocs-material:7.2.6 AS base
44
RUN apk add --no-cache \
55
git \
66
git-fast-import \
7-
openssh \
7+
openssl \
88
&& apk add --no-cache --virtual .build gcc musl-dev \
99
&& pip install --no-cache-dir \
1010
'lunr' \

0 commit comments

Comments
 (0)