Skip to content

Commit

Permalink
ansible: add ICU 71 to sharedlibs images
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored Apr 26, 2022
1 parent c9210ef commit 2453f39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ ENV ICU64DIR=/opt/icu-64 \
ICU65DIR=/opt/icu-65 \
ICU67DIR=/opt/icu-67 \
ICU68DIR=/opt/icu-68 \
ICU69DIR=/opt/icu-69
ICU69DIR=/opt/icu-69 \
ICU71DIR=/opt/icu-71

RUN for ICU_ENV in $(env | grep ICU..DIR); do \
ICU_PREFIX=$(echo $ICU_ENV | cut -d '=' -f 2) && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ ENV ICU64DIR=/opt/icu-64.1 \
ICU65DIR=/opt/icu-65.1 \
ICU67DIR=/opt/icu-67.1 \
ICU68DIR=/opt/icu-68.2 \
ICU69DIR=/opt/icu-69.1
ICU69DIR=/opt/icu-69.1 \
ICU71DIR=/opt/icu-71.1

RUN for ICU_ENV in $(env | grep ICU..DIR); do \
ICU_PREFIX=$(echo $ICU_ENV | cut -d '=' -f 2) && \
Expand Down

0 comments on commit 2453f39

Please sign in to comment.