Create a custom base (debian:buster-slim based) image for the shipped image

This commit is contained in:
M. Mert Yildiran 2022-01-23 00:18:56 +03:00
parent 83fe96259b
commit 09111aeb1d
No known key found for this signature in database
GPG Key ID: D42ADB236521BF7A

View File

@ -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