We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365b429 commit b5a3825Copy full SHA for b5a3825
UnicodeJsps/Dockerfile
@@ -2,9 +2,9 @@
2
FROM alpine as cbuild
3
WORKDIR /build
4
RUN apk add --update wget make gcc musl-dev
5
-ARG CPATH=https://www.unicode.org/Public/PROGRAMS/BidiReferenceC/
+ARG CPATH=ftp://www.unicode.org/Public/PROGRAMS/BidiReferenceC/
6
# FIX_FOR_NEW_VERSION
7
-ARG CVERSION=16.0.0
+ARG CVERSION=17.0.0
8
RUN wget -np -nv --reject-regex='.*\.(lib|exe)$' --cut-dirs=4 -nH -r ${CPATH}${CVERSION}/
9
RUN cd source && gcc -I ../include/ -static -Os -o3 -o bidiref1 bidiref1.c brutils.c brtest.c brtable.c brrule.c
10
RUN ls -lh /build/source/bidiref1 && (/build/source/bidiref1 || true)
0 commit comments