lib/smartcloud/grids/grid-runner/Dockerfile in smartcloud-0.0.139 vs lib/smartcloud/grids/grid-runner/Dockerfile in smartcloud-0.0.140
- old
+ new
@@ -20,10 +20,10 @@
# ----- Custom fcgiwrap: https://github.com/notr1ch/fcgiwrap
# - 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
COPY fcgiwrap /root/apk-packages/fcgiwrap
-RUN apk add /root/apk-packages/fcgiwrap/packages/main/x86_64/fcgiwrap-1.1.1-r4.apk --allow-untrusted && \
+RUN apk add fcgiwrap --repository /root/apk-packages/fcgiwrap/packages/main --allow-untrusted && \
rm -rf /root/apk-packages
RUN apk add --update coreutils && \
apk add --update util-linux && \
apk add --update git && \
apk add --update git-daemon && \