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.
2 parents fd7c78e + 47b443b commit 3ef3874Copy full SHA for 3ef3874
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 && \
+ apt-get -yq --allow-unauthenticated install libsasl2-dev libldap2-dev libssl-dev && \
12
pip install -r requirements.txt && \
13
apt-get -yq clean all
14
0 commit comments