Skip to content

Commit b5a3825

Browse files
committed
Download bidiref over ftp and bump it to 17
1 parent 365b429 commit b5a3825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UnicodeJsps/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
FROM alpine as cbuild
33
WORKDIR /build
44
RUN apk add --update wget make gcc musl-dev
5-
ARG CPATH=https://www.unicode.org/Public/PROGRAMS/BidiReferenceC/
5+
ARG CPATH=ftp://www.unicode.org/Public/PROGRAMS/BidiReferenceC/
66
# FIX_FOR_NEW_VERSION
7-
ARG CVERSION=16.0.0
7+
ARG CVERSION=17.0.0
88
RUN wget -np -nv --reject-regex='.*\.(lib|exe)$' --cut-dirs=4 -nH -r ${CPATH}${CVERSION}/
99
RUN cd source && gcc -I ../include/ -static -Os -o3 -o bidiref1 bidiref1.c brutils.c brtest.c brtable.c brrule.c
1010
RUN ls -lh /build/source/bidiref1 && (/build/source/bidiref1 || true)

0 commit comments

Comments
 (0)