ShawnAI commited on
Commit
851922f
1 Parent(s): f749e35

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM ubuntu:latest as build-stage
2
  WORKDIR /app
3
  RUN git clone -b Rel-18 https://github.com/jdegre/5GC_APIs rel-18
4
  RUN git clone -b Rel-17 https://github.com/jdegre/5GC_APIs rel-17
 
1
+ FROM node:latest as build-stage
2
  WORKDIR /app
3
  RUN git clone -b Rel-18 https://github.com/jdegre/5GC_APIs rel-18
4
  RUN git clone -b Rel-17 https://github.com/jdegre/5GC_APIs rel-17