Fix CI #80

Merged
Aire-One merged 1 commits from fix/ci-test-3 into master 2023-04-24 02:30:55 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -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