lib/smartcloud/grids/grid-runner/Dockerfile in smartcloud-0.0.98 vs lib/smartcloud/grids/grid-runner/Dockerfile in smartcloud-0.0.99

- old
+ new

@@ -15,10 +15,11 @@ # We need the following: # - git, because that gets us the git-http-backend CGI script # - fcgiwrap, because that is how nginx does CGI # - spawn-fcgi, to launch fcgiwrap and to create the unix socket -RUN apk add --update git && \ +RUN apk add --update coreutils && \ + apk add --update git && \ apk add --update git-daemon && \ apk add --update ruby && \ apk add --update fcgiwrap && \ apk add --update spawn-fcgi && \ rm -rf /var/cache/apk/*