aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-hnbgw-master
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-12-16 10:33:17 +0100
committerHarald Welte <laforge@osmocom.org>2020-12-16 10:54:37 +0100
commitde52a89d0d9de50d052fe6b95e2aed6c59318c8a (patch)
treed320185bcc3771710722315503b2d31000a14f8e /osmo-hnbgw-master
parent62ac277796d630281261e2d8f12bb1e44d904df3 (diff)
migrate from CentOS_8_Stream to CentOS_8
Diffstat (limited to 'osmo-hnbgw-master')
-rw-r--r--osmo-hnbgw-master/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo-hnbgw-master/Dockerfile b/osmo-hnbgw-master/Dockerfile
index 46d5fe5..ed35431 100644
--- a/osmo-hnbgw-master/Dockerfile
+++ b/osmo-hnbgw-master/Dockerfile
@@ -18,7 +18,7 @@ RUN apt-key add /tmp/Release.key && \
# we need to add this to invalidate the cache once the repository is updated.
# unfortunately Dockerfiles don't support a conditional ARG, so we need to add both DPKG + RPM
ADD $OSMOCOM_REPO/Release /tmp/Release
-ADD $OSMOCOM_REPO_MIRROR/repositories/network:/osmocom:/nightly/CentOS_8_Stream/repodata/repomd.xml /tmp/repomd.xml
+ADD $OSMOCOM_REPO_MIRROR/repositories/network:/osmocom:/nightly/CentOS_8/repodata/repomd.xml /tmp/repomd.xml
RUN apt-get update && \
apt-get install -y --no-install-recommends \
telnet \