bagofix
Test & Deploy to Snapdeploy / build-test-deploy (push) Failing after 24m46s

This commit is contained in:
2026-06-05 23:20:03 +03:00
parent 2497fe951b
commit 17b2e617d7
41 changed files with 365 additions and 194 deletions
+5 -2
View File
@@ -3,7 +3,8 @@
# ============================================================
FROM erlang:28-alpine AS builder
RUN apk add --no-cache \
# RUN apk add --no-cache \
RUN apk add \
git curl make gcc musl-dev \
rust cargo openssl-dev libsodium-dev
@@ -29,7 +30,9 @@ RUN mkdir -p /app/release && \
# ============================================================
FROM alpine:3.20
RUN apk add --no-cache openssl libstdc++ libgcc ncurses-libs libsodium
# RUN apk add --no-cache \
RUN apk add \
openssl libstdc++ libgcc ncurses-libs libsodium
COPY --from=builder /app/release /app
COPY --from=builder /usr/lib/libcrypto.* /usr/lib/
COPY --from=builder /usr/lib/libssl.* /usr/lib/