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

View File

@@ -83,7 +83,7 @@ RUN cd .. && /bin/bash build_extensions.sh
### The shipped image
ARG ARCH=amd64
FROM ${ARCH}/alpine:3.15
FROM mertyildiran/debian-pcap:buster-slim-${ARCH}
WORKDIR /app