diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-04 22:26:37 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-05 10:59:44 +0000 |
| commit | 902af9866eff3960e094f2563ac9b91f2742af76 (patch) | |
| tree | a787c109072c7f496e6d3d1407bd69dcacf09d57 /Dockerfile | |
| parent | make lib/midi documentable (diff) | |
| download | alive-902af9866eff3960e094f2563ac9b91f2742af76.tar.gz alive-902af9866eff3960e094f2563ac9b91f2742af76.zip | |
main page and responsive styling
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,8 +3,7 @@ FROM nickblah/lua:5.3-luarocks-stretch AS build-env WORKDIR /build RUN apt-get update && \ apt-get install -y --allow-unauthenticated \ - build-essential m4 libmarkdown2-dev - + build-essential m4 libmarkdown2-dev git RUN luarocks install discount DISCOUNT_INCDIR=/usr/include/x86_64-linux-gnu && \ luarocks install moonscript |
