Deploy IFT: optional observer-web/logrotate, bootstrap build on IFT server.
CI / test (push) Failing after 2m8s
CI / test (push) Failing after 2m8s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
FROM erlang:28-alpine
|
||||
|
||||
RUN apk add --no-cache \
|
||||
elixir \
|
||||
nodejs \
|
||||
npm \
|
||||
git \
|
||||
inotify-tools
|
||||
RUN for i in 1 2 3 4 5; do \
|
||||
apk add --no-cache elixir nodejs npm git inotify-tools && break; \
|
||||
echo "apk retry $i/5..."; sleep 15; \
|
||||
done
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user