mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-19 18:54:07 +00:00
Create a custom base (debian:buster-slim
based) image for the shipped image
This commit is contained in:
parent
83fe96259b
commit
09111aeb1d
@ -83,7 +83,7 @@ RUN cd .. && /bin/bash build_extensions.sh
|
|||||||
|
|
||||||
### The shipped image
|
### The shipped image
|
||||||
ARG ARCH=amd64
|
ARG ARCH=amd64
|
||||||
FROM ${ARCH}/alpine:3.15
|
FROM mertyildiran/debian-pcap:buster-slim-${ARCH}
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user