diff --git a/backend/dockerfile b/backend/dockerfile index 13ed416..07625f6 100644 --- a/backend/dockerfile +++ b/backend/dockerfile @@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \ FROM alpine:3.23.0 -RUN apk add --no-cache curl openssl bash ansible +RUN apk add --no-cache curl openssl bash ansible sqlite COPY --from=builder /app/backend/backend . COPY --from=builder /app/backend/scripts /etc/hellreign/scripts