Files
5g-images/oai-enb/Dockerfile.uhd_images
Carlos Giraldo 05f6862e0f Initial commit
2020-10-22 08:44:41 +02:00

11 lines
217 B
Docker

ARG version=1.2.2
FROM openverso/oai-enb:${version}
# with images
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
uhd-host && \
rm -rf /var/lib/apt/lists/*
RUN uhd_images_downloader