commit | 841f4507d600512060a9999cf4545939b1610af6 | [log] [tgz] |
---|---|---|
author | Jeremy Mowery <jermowery@email.arizona.edu> | Fri Dec 04 11:51:41 2015 -0700 |
committer | Jeremy Mowery <jermowery@email.arizona.edu> | Fri Dec 04 11:51:41 2015 -0700 |
tree | 28d6a2ae14b0ef6ff6ed71af8b245b0ae2273986 | |
parent | 12fd157e0a09e95e8ac386980b955a04298dfddf [diff] |
Add models for VPN service
diff --git a/xos/configurations/common/Dockerfile.common b/xos/configurations/common/Dockerfile.common index 03b479a..3f6a721 100644 --- a/xos/configurations/common/Dockerfile.common +++ b/xos/configurations/common/Dockerfile.common
@@ -28,7 +28,8 @@ python-dev \ libyaml-dev \ pkg-config \ - python-pycurl + python-pycurl \ + openvpn RUN pip install django==1.7 RUN pip install djangorestframework==2.4.4