We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bc244 commit c6f19d2Copy full SHA for c6f19d2
scripts/packaging/Dockerfile
@@ -30,7 +30,8 @@ RUN apt install -y --fix-missing \
30
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install -y tk-dev
31
32
RUN gem install dotenv -v 2.8.1
33
-RUN gem install fpm
+# 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
35
36
# Copy and run Python build script
37
COPY build_python.sh /tmp/build_python.sh
0 commit comments