Skip to content

Commit

Permalink
Checking for different versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Yadav authored Mar 21, 2024
1 parent cf6a22c commit 61385fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions images/builder/run-image-labeled/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ 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



Expand Down

0 comments on commit 61385fe

Please sign in to comment.