switch from scratch to alpine

fixes some aws build issues
This commit is contained in:
Furqan Rydhan
2021-01-26 10:32:21 -08:00
committed by GitHub
parent 10f7dfc0d5
commit c4dfd3c987

View File

@@ -18,7 +18,7 @@ COPY version/ version/
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o livekit-server ./cmd/server
FROM scratch
FROM alpine
COPY --from=builder /workspace/livekit-server /livekit-server