mirror of
https://github.com/optim-enterprises-bv/openstack-helm-images.git
synced 2026-01-10 01:11:45 +00:00
Change-Id: I6cd1f27e40d6328cd99b4d81cdfb495808578787 Co-Authored-By: Stephanie Miller <stephane@alum.mit.edu>
6 lines
119 B
Docker
6 lines
119 B
Docker
ARG FROM=docker.io/opensuse/leap:15
|
|
FROM ${FROM}
|
|
LABEL maintainers=stephane@alum.mit.edu
|
|
|
|
RUN zypper install -y ipcalc
|