diff options
| author | Michael Forney <mforney@mforney.org> | 2019-06-12 22:12:11 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-06-12 22:12:11 -0700 |
| commit | 2c0160aab63d6da6ae030b49d6e42e32b131eeef (patch) | |
| tree | b4c312e3c745f0ffeb0bef986cd8c3046398c676 /docker/config.lua | |
| parent | 31f88045c50c0a308478e1907bd0c5f16071b0f7 (diff) | |
Enable intel and nouveau support in docker image
Diffstat (limited to 'docker/config.lua')
| -rw-r--r-- | docker/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/config.lua b/docker/config.lua index 68b7f15b..da6b59a6 100644 --- a/docker/config.lua +++ b/docker/config.lua @@ -10,4 +10,5 @@ return { target={toolchain='default', cflags='-O2 -pipe -U _FORTIFY_SOURCE', cxxflags='', ldflags='-s -static', pie=true}, host={toolchain='default', cflags='-O2 -pipe', cxxflags='', ldflags='-s'}, repo={path='$builddir/root.git', flags='--bare', tag='tree', branch='oasis'}, + video_drivers={intel=true, nouveau=true}, } |
