Skip to content

Commit 1dd65ea

Browse files
authored
Add libicu-dev to the list of the installed libraries (#165)
1 parent 428ca23 commit 1dd65ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
6868
sudo \
6969
ninja-build \
7070
zip \
71+
# Dev libraries requested by Hermes
72+
libicu-dev \
7173
# Emulator & video bridge dependencies
7274
libc6 \
7375
libdbus-1-3 \

0 commit comments

Comments
 (0)