Merge pull request 'Fix CI' (#80) from fix/ci-test-3 into master
Reviewed-on: #80
This commit is contained in:
commit
317ce5c7b0
|
@ -3,7 +3,7 @@ ARG CYAN_VERSION=0.3.0
|
||||||
RUN \
|
RUN \
|
||||||
apk add \
|
apk add \
|
||||||
git \
|
git \
|
||||||
gcc libc-dev libressl-dev \
|
gcc libc-dev openssl-dev \
|
||||||
just \
|
just \
|
||||||
&& luarocks install --server=https://luarocks.org/dev busted-tl
|
&& luarocks install --server=https://luarocks.org/dev busted-tl
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue