aboutsummaryrefslogtreecommitdiffstats
path: root/open5gs-master/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'open5gs-master/Dockerfile')
-rw-r--r--open5gs-master/Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/open5gs-master/Dockerfile b/open5gs-master/Dockerfile
index 141f08a..35385d7 100644
--- a/open5gs-master/Dockerfile
+++ b/open5gs-master/Dockerfile
@@ -47,9 +47,6 @@ RUN apt-get update && \
net-tools && \
apt-get clean
-COPY setup.sh /root
-COPY pgw.sh /root
-
# crate user
ARG username=osmocom
RUN useradd -m --uid=1000 ${username} && \