Skip to content

Commit

Permalink
ansible: add ICU 73 to sharedlibs images (#3488)
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Sep 20, 2023
1 parent d00b77c commit 12ecb2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ ENV ICU64DIR=/opt/icu-64 \
ICU67DIR=/opt/icu-67 \
ICU68DIR=/opt/icu-68 \
ICU69DIR=/opt/icu-69 \
ICU71DIR=/opt/icu-71
ICU71DIR=/opt/icu-71 \
ICU73DIR=/opt/icu-73

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 @@ -42,7 +42,8 @@ ENV ICU64DIR=/opt/icu-64.1 \
ICU67DIR=/opt/icu-67.1 \
ICU68DIR=/opt/icu-68.2 \
ICU69DIR=/opt/icu-69.1 \
ICU71DIR=/opt/icu-71.1
ICU71DIR=/opt/icu-71.1 \
ICU73DIR=/opt/icu-73.2

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 @@ -37,7 +37,8 @@ RUN adduser --gid {{ server_user_gid.stdout_lines[0] }} --uid {{ server_user_uid

ENV ICU68DIR=/opt/icu-68.1 \
ICU69DIR=/opt/icu-69.1 \
ICU71DIR=/opt/icu-71.1
ICU71DIR=/opt/icu-71.1 \
ICU73DIR=/opt/icu-73.2

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 12ecb2d

Please sign in to comment.