ARG FROM=debian:stretch
FROM ${FROM}

COPY ceph.list /etc/apt/sources.list.d/
COPY ceph.gpg /etc/apt/trusted.gpg.d/
