Skip to content

Commit d7cc117

Browse files
authored
Update Alpine linux installation document (#373)
1 parent 511d97b commit d7cc117

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ port install libxml2 xmlsec pkgconfig
8282
### Alpine
8383

8484
``` bash
85-
apk add build-base libressl libffi-dev libressl-dev libxslt-dev libxml2-dev xmlsec-dev xmlsec
85+
apk add build-base openssl libffi-dev openssl-dev libxslt-dev libxml2-dev xmlsec-dev xmlsec
8686
```
8787

8888
## Troubleshooting

doc/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Alpine
5959

6060
.. code-block:: bash
6161
62-
apk add build-base libressl libffi-dev libressl-dev libxslt-dev libxml2-dev xmlsec-dev xmlsec
62+
apk add build-base openssl libffi-dev openssl-dev libxslt-dev libxml2-dev xmlsec-dev xmlsec
6363
6464
6565
Troubleshooting

0 commit comments

Comments
 (0)