fix the docker-compose build error (#211)

This commit is contained in:
Sukchan Lee 2019-07-02 22:02:43 +09:00
parent fd66c4023e
commit f9f1ac7aac
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@ MAINTAINER Sukchan Lee <acetcom@gmail.com>
WORKDIR /root
COPY setup.sh /root
ARG USER=acetcom
ARG USER=open5gs
ARG REPO=nextepc
ARG BRANCH=master
RUN git clone https://github.com/$USER/$REPO
RUN git clone --recursive https://github.com/$USER/$REPO
ADD https://api.github.com/repos/$USER/$REPO/git/refs/heads/$BRANCH /root/nextepc-ver.json
RUN cd nextepc && \