X-Git-Url: https://git.arvados.org/arvados-k8s.git/blobdiff_plain/abea4a84dc14bc6e2a2a7e8b00e87a8a4e51d6f7..7f7c5c213af259bb660644949ce19a0d383e0bf2:/dockerfiles/Dockerfile.rails-runtime diff --git a/dockerfiles/Dockerfile.rails-runtime b/dockerfiles/Dockerfile.rails-runtime index 90857ec..2623afc 100644 --- a/dockerfiles/Dockerfile.rails-runtime +++ b/dockerfiles/Dockerfile.rails-runtime @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM phusion/passenger-ruby23 +FROM phusion/passenger-ruby25 RUN apt-get update && apt-get install -y gnupg2 @@ -20,8 +20,8 @@ RUN apt-get update && apt-get install -qqy tzdata # preinstall latest arvados rails packages, so that we have (most of) the gems # baked into this docker image. Then remove them so that this image is generic. # The bundles will remain installed. -RUN apt-get install -qqy arvados-workbench arvados-sso-server arvados-api-server -RUN apt-get remove -qqy arvados-workbench arvados-sso-server arvados-api-server arvados-server +RUN apt-get install -qqy arvados-workbench arvados-api-server +RUN apt-get remove -qqy arvados-workbench arvados-api-server arvados-server # put nginx.conf back into the state it needs to be RUN sed -i 's/#daemon off;/daemon off;/' /etc/nginx/nginx.conf