mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-06 01:07:13 +00:00
Remove the unnecessary dependencies from builder-native-base
This commit is contained in:
@@ -16,7 +16,7 @@ RUN npm run build
|
||||
### Base builder image for native builds architecture
|
||||
FROM golang:1.16-alpine AS builder-native-base
|
||||
ENV CGO_ENABLED=1 GOOS=linux
|
||||
RUN apk add libpcap-dev gcc g++ make bash perl-utils
|
||||
RUN apk add libpcap-dev g++
|
||||
|
||||
|
||||
### Intermediate builder image for from AMD64 to AMD64 native builds
|
||||
|
||||
Reference in New Issue
Block a user