Constrain Docker base image to openSUSE Leap 15.1

In openSUSE Leap 15.2, the postgresql-devel package no longer provides
all of the dependencies required by the pg gem.
This commit is contained in:
Andrew Kvalheim 2020-10-28 16:10:07 -07:00
parent 6956b2b48c
commit 861c97fbd6

View file

@ -1,4 +1,4 @@
FROM opensuse/leap:15
FROM opensuse/leap:15.1
# Install our requirements
RUN zypper -n install --no-recommends \