feat(console): replace LLM with real linters (node/python/ruby/php/perl/go) v0.7.8

This commit is contained in:
Naeel
2026-04-20 14:35:58 +03:00
parent 6f0101f656
commit 411de75b27
3 changed files with 84 additions and 77 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build -trimpath -ldflags="-s -w" -o fission-console .
FROM alpine:3.20
RUN apk add --no-cache ca-certificates
RUN apk add --no-cache ca-certificates nodejs python3 ruby perl php83
COPY --from=builder /build/fission-console /fission-console
EXPOSE 8090
ENTRYPOINT ["/fission-console"]