We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd31194 commit 8fa8c00Copy full SHA for 8fa8c00
implementations/c-jsu/Dockerfile
@@ -22,7 +22,7 @@ RUN if [ "$JSU" ] ; then jsu="git+https://github.com/zx80/json-schema-utils@$JSU
22
23
# c-specific setup
24
# 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
+RUN apk add gcc musl musl-dev jansson jansson-dev pcre2 pcre2-dev
26
27
COPY bowtie_jsu_compile.py .
28
CMD ["python3", "./bowtie_jsu_compile.py", "C", "--regex-engine", "pcre2"]
0 commit comments