mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
move new directory
This commit is contained in:
parent
2d72eaa24d
commit
38cccb8a85
3 changed files with 15 additions and 19 deletions
9
support/docker/sample/Dockerfile
Normal file
9
support/docker/sample/Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM ubuntu:16.04
|
||||
|
||||
RUN \
|
||||
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv F26B05AF && \
|
||||
echo "deb http://ppa.launchpad.net/acetcom/nextepc/ubuntu xenial main" > /etc/apt/sources.list.d/nextepc.list && \
|
||||
apt-get update && \
|
||||
apt-get install -y nextepc
|
||||
|
||||
WORKDIR /root
|
||||
Loading…
Add table
Add a link
Reference in a new issue