FROM        rakudo-star:alpine
WORKDIR     /code
COPY        META6.json .
RUN         apk add git gcc libc-dev libuuid sqlite-libs libc6-compat libressl-dev make bash libpq libsodium
#RUN         zef install "NativeLibs:ver<0.0.7>:auth<github:salortiz>" --force-test
RUN         zef install Config Config::Parser::json Pod::To::Markdown
RUN         zef install --/test cro App::RaCoCo
RUN         zef install --deps-only .
