Skip to content

Commit

Permalink
debugging install sys deps
Browse files Browse the repository at this point in the history
  • Loading branch information
phummelen committed Dec 24, 2024
1 parent 00a2730 commit 6f1863f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/web-dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN apk add --no-cache \
freetype-dev \
#libfreetype6-dev \
libxpm-dev \
icu
icu \
libicu-dev

# Clear cache
#RUN apt autoremove && apt-get clean && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 6f1863f

Please sign in to comment.