Skip to content

Commit

Permalink
Revert icu
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Yadav authored Mar 21, 2024
1 parent ec91d92 commit 8661bbe
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions images/builder/run-image-labeled/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@ RUN apk update && \

# Create symbolic link for libpcre
RUN ln -s /usr/lib/libpcre.so.1 /usr/lib/libpcre.so.3
# Create symbolic link for libicuio.so.70
RUN ln -s /usr/lib/libicuio.so.74 /usr/lib/libicuio.so.70
# Create symbolic link for libicui18n.so.70
RUN ln -s /usr/lib/libicui18n.so.74 /usr/lib/libicui18n.so.70
# Create symbolic link for libicuuc.so.70
RUN ln -s /usr/lib/libicuuc.so.74 /usr/lib/libicuuc.so.70



# Switch back to the non-root user
Expand Down

0 comments on commit 8661bbe

Please sign in to comment.