mirror of
https://github.com/Gradiant/5g-images.git
synced 2025-10-23 00:02:08 +00:00
11 lines
217 B
Docker
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
|