Skip to content

Commit

Permalink
Add missing line continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
moretrim authored Dec 19, 2021
1 parent e00744f commit 3a451ce
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
@@ -1,7 +1,7 @@
FROM jjmerelo/alpine-raku:latest

USER root
RUN ["apk", "add", "--no-cache", "bash"
RUN ["apk", "add", "--no-cache", "bash" \
# workaround for https://github.com/JJ/alpine-raku/issues/24
, "curl"]

Expand Down

0 comments on commit 3a451ce

Please sign in to comment.