Skip to content

Commit

Permalink
Merge pull request #119 from ComputerScienceHouse/develop
Browse files Browse the repository at this point in the history
OpenShift build fix
  • Loading branch information
JoelEager authored Nov 5, 2018
2 parents fd7c78e + 47b443b commit 3ef3874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ADD requirements.txt /opt/packet
WORKDIR /opt/packet

RUN apt-get -yq update && \
apt-get -yq install libsasl2-dev libldap2-dev libssl-dev && \
apt-get -yq --allow-unauthenticated install libsasl2-dev libldap2-dev libssl-dev && \
pip install -r requirements.txt && \
apt-get -yq clean all

Expand Down

0 comments on commit 3ef3874

Please sign in to comment.