Skip to content

Commit a8bbc6f

Browse files
authored
Fix version of fpm ruby package (last to support ruby 2.5) (#544)
Signed-off-by: Patrik Stas <patrik.stas@absa.africa> Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
1 parent e48a638 commit a8bbc6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wrappers/java/ci/android.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3333
ruby \
3434
ruby-dev \
3535
rubygems \
36-
&& gem install --no-ri --no-rdoc rake fpm \
36+
&& gem install --no-ri --no-rdoc public_suffix -v 4.0.7 \
37+
&& gem install --no-ri --no-rdoc rake \
3738
&& rm -rf /var/lib/apt/lists/*
3839

3940
# Install JDK

0 commit comments

Comments
 (0)