commit | 2a38eace656553523a041acfe7f8fd47a69666f5 | [log] [tgz] |
---|---|---|
author | Andy Bavier <acb@cs.princeton.edu> | Mon Jan 25 13:33:46 2016 -0500 |
committer | Andy Bavier <acb@cs.princeton.edu> | Mon Jan 25 13:33:46 2016 -0500 |
tree | c70990c10b1dfe192e502d24af85510424858d96 | |
parent | 680fb450edc87cc69c6ffeb600b0fb7ffb10b8d7 [diff] |
Undo commit 3b5fe88f43af91f09cbe16e68bd627baadedabef Changing the underlying image to ubuntu:14.04.2 broke the GUI. Reverting back until we can do more testing and fix the resulting issues.
diff --git a/containers/xos/Dockerfile b/containers/xos/Dockerfile index 7e9db23..0fd7565 100644 --- a/containers/xos/Dockerfile +++ b/containers/xos/Dockerfile
@@ -1,4 +1,4 @@ -FROM ubuntu:14.04.2 +FROM python:2.7.11 # XXX Workaround for docker bug: # https://github.com/docker/docker/issues/6345