X-Git-Url: https://git.arvados.org/arvados-k8s.git/blobdiff_plain/7476771320cb5f13e3fc43a1354a98d0d92598c4..abea4a84dc14bc6e2a2a7e8b00e87a8a4e51d6f7:/dockerfiles/Dockerfile.rails-runtime diff --git a/dockerfiles/Dockerfile.rails-runtime b/dockerfiles/Dockerfile.rails-runtime index 011a1f5..90857ec 100644 --- a/dockerfiles/Dockerfile.rails-runtime +++ b/dockerfiles/Dockerfile.rails-runtime @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -qqy tzdata # 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 +RUN apt-get remove -qqy arvados-workbench arvados-sso-server 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