You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For several reasons, our project should do apt-get install postgres-client-10 in ruby docker container, but can not do with the current ruby:2.4.4 image.
I can do this with the image created two weeks ago.
The text was updated successfully, but these errors were encountered:
I would guess this is because the default images have moved from jessie to stretch (see #210). Perhaps you need to either use ruby:2.4.4-jessie or switch your postgres apt url to use their stretch repo.
For several reasons, our project should do
apt-get install postgres-client-10
in ruby docker container, but can not do with the current ruby:2.4.4 image.I can do this with the image created two weeks ago.
The text was updated successfully, but these errors were encountered: