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:
parent
6956b2b48c
commit
861c97fbd6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM opensuse/leap:15
|
FROM opensuse/leap:15.1
|
||||||
|
|
||||||
# Install our requirements
|
# Install our requirements
|
||||||
RUN zypper -n install --no-recommends \
|
RUN zypper -n install --no-recommends \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue