Skip to content

Commit

Permalink
fix intl install
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-sainthillier committed Oct 3, 2023
1 parent 5c95c2a commit 1897876
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions 7.4-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ WORKDIR /app
RUN apk add --no-cache \
bash \
libxml2 \
icu \
libzip \
git \
zlib && \
Expand Down
1 change: 1 addition & 0 deletions 8.0-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ WORKDIR /app
# Install dependencies
RUN apk add --no-cache \
bash \
icu \
libxml2 \
libzip \
git \
Expand Down
1 change: 1 addition & 0 deletions 8.1-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ WORKDIR /app
# Install dependencies
RUN apk add --no-cache \
bash \
icu \
libxml2 \
libzip \
git \
Expand Down
1 change: 1 addition & 0 deletions 8.2-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ WORKDIR /app
# Install dependencies
RUN apk add --no-cache \
bash \
icu \
libxml2 \
libzip \
git \
Expand Down

0 comments on commit 1897876

Please sign in to comment.