feat(backend): add sqlite to dockerfile for manual intervention
ci-agent / build (push) Failing after 3m0s
ci-agent / build (push) Failing after 3m0s
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user