lib/smartcloud/grids/grid-runner/Dockerfile in smartcloud-0.0.103 vs lib/smartcloud/grids/grid-runner/Dockerfile in smartcloud-0.0.104

- old
+ new

@@ -17,10 +17,10 @@ # - fcgiwrap, because that is how nginx does CGI # IMPORTANT NOTE: This is custom build fcgiwrap package to account for NO_BUFFERING OPTION. # Original URL: https://github.com/gnosek/fcgiwrap # Custom URL: https://github.com/notr1ch/fcgiwrap COPY fcgiwrap /root/apk-packages/fcgiwrap -RUN apk add /root/apk-packages/fcgiwrap/release/x86_64/fcgiwrap-1.1.0-r3.apk && \ +RUN apk add --repository /root/apk-packages fcgiwrap && \ rm -rf /root/apk-packages # - git and git-daemon, because that gets us the git-http-backend CGI script # - ruby, to run smartcloud gem # - spawn-fcgi, to launch fcgiwrap and to create the unix socket