open5gs-latest: fix Dockerfile: remove custom mirror list

I was experiencing problems with Debian's mirrors while working on
this image, so I had to use a custom mirror list.  This is a left-
over that should have been removed before merging.

Change-Id: I313bb604b09293bff8753edeefa7f78cafc9cc22
Related: SYS#5602
This commit is contained in:
Vadim Yanitskiy 2021-12-02 23:31:02 +03:00
parent a7f0d71a76
commit 487ed0e148
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@ FROM ${REGISTRY}/debian:buster
MAINTAINER Vadim Yanitskiy <vyanitskiy@sysmocom.de>
# TODO: remove me!
ADD sources.list /etc/apt/sources.list
RUN apt-get update && \
apt-get install -y --no-install-recommends \
ca-certificates \