Skip to content

Commit 02b09fd

Browse files
committed
Fix xmlsec build.
1 parent 0cbacb4 commit 02b09fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3-slim
22

33
RUN apt-get update && \
4-
apt-get install -y libxmlsec1-dev build-essential libxmlsec1 libxmlsec1-openssl && \
4+
apt-get install -y libxmlsec1-dev build-essential libxmlsec1 libxmlsec1-openssl pkg-config && \
55
pip install -U xmlsec && \
66
apt-get remove -y libxmlsec1-dev build-essential && \
77
apt-get autoclean -y && \

0 commit comments

Comments
 (0)