aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-ran/split/ran-trx-uhd/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'osmo-ran/split/ran-trx-uhd/Dockerfile')
-rw-r--r--osmo-ran/split/ran-trx-uhd/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo-ran/split/ran-trx-uhd/Dockerfile b/osmo-ran/split/ran-trx-uhd/Dockerfile
index 5fe0cc3..5431210 100644
--- a/osmo-ran/split/ran-trx-uhd/Dockerfile
+++ b/osmo-ran/split/ran-trx-uhd/Dockerfile
@@ -10,7 +10,7 @@ MAINTAINER Pau Espin Pedrol <pespin@sysmocom.de>
ARG OSMOCOM_REPO_DEBIAN="$OSMOCOM_REPO_MIRROR/repositories/network:/osmocom:/$OSMOCOM_REPO_VERSION/Debian_9.0/"
ARG OSMOCOM_REPO_CENTOS="$OSMOCOM_REPO_MIRROR/repositories/network:/osmocom:/$OSMOCOM_REPO_VERSION/CentOS_8/"
-COPY Release.key /tmp/Release.key
+COPY .common/Release.key /tmp/Release.key
RUN case "$DISTRO" in \
debian*) \