Help language development. Donate to The Perl Foundation

Red zef:FCO last updated on 2022-12-18

.gitpod.dockerfile
FROM gitpod/workspace-full
USER root
RUN apt-get update && apt-get install -y build-essential uuid-dev sqlite3

USER gitpod
RUN git clone https://github.com/tadzik/rakudobrew ~/.rakudobrew
RUN command ~/.rakudobrew/bin/rakudobrew internal_hooked "build" "moar"
RUN command ~/.rakudobrew/bin/rakudobrew internal_hooked "global" "moar-2019.07.1"
RUN command ~/.rakudobrew/bin/rakudobrew internal_hooked "build" "zef"
USER gitpod