mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
fix: add tools to Dockerfile
This commit is contained in:
@@ -4,16 +4,16 @@
|
||||
FROM golang:1.25.3-alpine AS builder
|
||||
|
||||
RUN apk add --no-cache \
|
||||
git ca-certificates tzdata \
|
||||
bash git ca-certificates tzdata \
|
||||
build-base \
|
||||
nodejs npm
|
||||
nodejs npm \
|
||||
openjdk17-jre-headless \
|
||||
jq yq brotli
|
||||
|
||||
RUN npm i -g yarn pnpm
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
COPY . .
|
||||
RUN make clean && make swagger && make -j3 sdk-all && make ui && make build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user