Skip to content

Commit

Permalink
Update download URL of ICU for CentOS 6 (dotnet#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman authored May 21, 2020
1 parent f4c9507 commit 88012b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/centos/6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ RUN wget https://curl.haxx.se/download/curl-7.45.0.tar.lzma && \

# Install ICU 57.1

RUN wget http://download.icu-project.org/files/icu4c/57.1/icu4c-57_1-RHEL6-x64.tgz && \
RUN wget https://github.com/unicode-org/icu/releases/download/release-57-1/icu4c-57_1-RHEL6-x64.tgz && \
tar -xf icu4c-57_1-RHEL6-x64.tgz -C / && \
rm icu4c-57_1-RHEL6-x64.tgz

Expand Down

0 comments on commit 88012b6

Please sign in to comment.