00093f1b3f
Use a utility container for ipcalc on all platforms; this avoids having to find the package on platforms where it's not easily available and we avoid argument differences. Change-Id: I6c6e719f8eeb8d4214ebb0111e9d8f8b659db396
4 lines
93 B
Docker
4 lines
93 B
Docker
FROM gcr.io/google-containers/debian-base-amd64:0.3
|
|
|
|
RUN /usr/local/bin/clean-install ipcalc
|