We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6810b53 commit 0d74debCopy full SHA for 0d74deb
Dockerfile
@@ -8,7 +8,7 @@ ADD requirements.txt /opt/packet
8
WORKDIR /opt/packet
9
10
RUN apt-get -yq update && \
11
- apt-get -yq install libsasl2-dev libldap2-dev libssl-dev xmlsec1 && \
+ apt-get -yq install libsasl2-dev libldap2-dev libssl-dev && \
12
pip install -r requirements.txt && \
13
apt-get -yq clean all
14
0 commit comments