5 lines
71 B
Docker
5 lines
71 B
Docker
|
ARG BASE_IMAGE
|
||
|
|
||
|
FROM ${BASE_IMAGE}
|
||
|
|
||
|
RUN apk add bind-tools curl iputils
|