Skip to content

Instantly share code, notes, and snippets.

View CraigBarnesOpusVL's full-sized avatar

Craig Barnes CraigBarnesOpusVL

View GitHub Profile
@CraigBarnesOpusVL
CraigBarnesOpusVL / Dockerfile
Created January 21, 2016 12:02
sao installation
ADD http://hg.tryton.org/sao/archive/3.8.tar.gz /
RUN tar -xvzf 3.8.tar.gz \
&& mv sao-3.8 sao \
&& cd sao \
&& npm install \
&& node_modules/grunt-cli/bin/grunt --force