Skip to content

Commit 3ef3874

Browse files
authored
Merge pull request #119 from ComputerScienceHouse/develop
OpenShift build fix
2 parents fd7c78e + 47b443b commit 3ef3874

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 && \
11+
apt-get -yq --allow-unauthenticated 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)