diff options
-rwxr-xr-x | init | 4 | ||||
-rw-r--r-- | meta.lua | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1 +1,5 @@ | |||
1 | #!/bin/sh -ex | 1 | #!/bin/sh -ex |
2 | |||
3 | rc-service networking start | ||
4 | |||
5 | apk add pandoc | ||
@@ -2,5 +2,6 @@ return { | |||
2 | ["image-pandoc"] = { | 2 | ["image-pandoc"] = { |
3 | requires = {}, | 3 | requires = {}, |
4 | produces = {}, | 4 | produces = {}, |
5 | export = true | ||
5 | } | 6 | } |
6 | } | 7 | } |