diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-08-19 12:27:21 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-08-19 12:27:21 -0500 |
commit | 56b18e61b8ab8fe8fda8aa042b81f4d78400b4f2 (patch) | |
tree | f4ad85971cf1794c870ae00d3f6ed68a4b4585f1 | |
parent | 4f652fba67d67ff128771dba14e54bf636b50b19 (diff) | |
download | image-luarocks-56b18e61b8ab8fe8fda8aa042b81f4d78400b4f2.tar.gz image-luarocks-56b18e61b8ab8fe8fda8aa042b81f4d78400b4f2.tar.bz2 image-luarocks-56b18e61b8ab8fe8fda8aa042b81f4d78400b4f2.zip |
Add upx to luarocks image
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | rc-service networking start | 3 | rc-service networking start |
4 | 4 | ||
5 | apk add luarocks$maj.$min zip | 5 | apk add luarocks$maj.$min zip upx |
6 | ln -s /usr/bin/luarocks-$maj.$min /usr/local/bin/luarocks | 6 | ln -s /usr/bin/luarocks-$maj.$min /usr/local/bin/luarocks |
7 | # We can create the link, even if the file doesn't exist yet. When gcc links | 7 | # We can create the link, even if the file doesn't exist yet. When gcc links |
8 | # it'll use the filename built into the binary, not the name of the link so | 8 | # it'll use the filename built into the binary, not the name of the link so |