Skip to content

Commit 507b90d

Browse files
committed
fix: Use sqlcipher3-wheels for installing pysqlcipher3
Signed-off-by: JamieHale <[email protected]>
1 parent 1dd4c9f commit 507b90d

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
@@ -19,7 +19,7 @@ WORKDIR /src
1919

2020
COPY ./pyproject.toml ./poetry.lock ./
2121
# need to install pysqlcipher3 first to ensure build dependencies are available
22-
RUN pip install --no-cache-dir pysqlcipher3==1.2.0 && \
22+
RUN pip install --no-cache-dir sqlcipher3-wheels==0.5.5 && \
2323
poetry install --no-root
2424

2525
COPY ./acapy_agent ./acapy_agent

0 commit comments

Comments
 (0)