Skip to content

Commit 8fa8c00

Browse files
author
Fabien Coelho
committed
add musl explicitely
1 parent bd31194 commit 8fa8c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementations/c-jsu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN if [ "$JSU" ] ; then jsu="git+https://github.com/zx80/json-schema-utils@$JSU
2222

2323
# c-specific setup
2424
# NOTE avoid unavailable re2 C wrapper that needs to be installed from sources
25-
RUN apk add gcc musl-dev jansson jansson-dev pcre2 pcre2-dev
25+
RUN apk add gcc musl musl-dev jansson jansson-dev pcre2 pcre2-dev
2626

2727
COPY bowtie_jsu_compile.py .
2828
CMD ["python3", "./bowtie_jsu_compile.py", "C", "--regex-engine", "pcre2"]

0 commit comments

Comments
 (0)