|
|
|
@ -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 \
|
|
|
|
|