2023-04-24 01:05:01 +02:00
|
|
|
FROM akorn/luarocks:lua5.4-alpine
|
|
|
|
ARG CYAN_VERSION=0.3.0
|
|
|
|
RUN \
|
|
|
|
apk add \
|
|
|
|
git \
|
2023-04-24 02:08:53 +02:00
|
|
|
gcc libc-dev libressl-dev \
|
2023-04-24 01:05:01 +02:00
|
|
|
just \
|
|
|
|
&& luarocks install --server=https://luarocks.org/dev busted-tl
|
|
|
|
|