Skip to content

Commit

Permalink
Add workaround for missing zef
Browse files Browse the repository at this point in the history
  • Loading branch information
moretrim authored Dec 19, 2021
1 parent 3a451ce commit 47becfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pds-companion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM jjmerelo/alpine-raku:latest
USER root
RUN ["apk", "add", "--no-cache", "bash" \
# workaround for https://github.com/JJ/alpine-raku/issues/24
, "curl"]
, "curl", "zef"]

# Install pds-companion & optional dependency
RUN curl --output pds-companion.zip -L 'https://github.com/moretrim/pds-companion/archive/0.2.0-alpha+20210317.zip' \
Expand Down

0 comments on commit 47becfb

Please sign in to comment.