Skip to content

Commit ccdeb0a

Browse files
added crt install
1 parent 5f0a297 commit ccdeb0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

solr.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ WORKDIR /build
1818
RUN apk add --no-cache \
1919
gcc g++ libc-dev python3-dev \
2020
unixodbc-dev libffi-dev libxml2-dev \
21-
git curl bash
21+
git curl bash ca-certificates \
22+
&& update-ca-certificates
2223

2324
RUN pip install --no-cache-dir \
2425
pyodbc pysolr pytz python-dotenv

0 commit comments

Comments
 (0)