feat(console): replace LLM with real linters (node/python/ruby/php/perl/go) v0.7.8
This commit is contained in:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user