Skip to content

Commit 0d74deb

Browse files
committed
Removed the saml native dependency from docker
1 parent 6810b53 commit 0d74deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ADD requirements.txt /opt/packet
88
WORKDIR /opt/packet
99

1010
RUN apt-get -yq update && \
11-
apt-get -yq install libsasl2-dev libldap2-dev libssl-dev xmlsec1 && \
11+
apt-get -yq install libsasl2-dev libldap2-dev libssl-dev && \
1212
pip install -r requirements.txt && \
1313
apt-get -yq clean all
1414

0 commit comments

Comments
 (0)