6 lines
152 B
Docker
6 lines
152 B
Docker
ARG FROM=ubuntu:xenial
|
|
FROM ${FROM}
|
|
|
|
COPY cloud-archive.list ceph.list /etc/apt/sources.list.d/
|
|
COPY cloud-archive.gpg ceph.gpg /etc/apt/trusted.gpg.d/
|