Skip to content

Commit c6f19d2

Browse files
Pin fpm to 1.15.1 (#2644)
* Pin fpm to 1.15.1 * Explain why
1 parent e6bc244 commit c6f19d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/packaging/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ RUN apt install -y --fix-missing \
3030
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install -y tk-dev
3131

3232
RUN gem install dotenv -v 2.8.1
33-
RUN gem install fpm
33+
# Pin fpm to 1.15.1 for Ruby 2.5 compatibility (Newer versions require Ruby 2.6+ that is not available in Ubuntu 18.04)
34+
RUN gem install fpm -v 1.15.1
3435

3536
# Copy and run Python build script
3637
COPY build_python.sh /tmp/build_python.sh

0 commit comments

Comments
 (0)