You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Dockerfile_cpp 527 B

2 years ago
2 years ago
12345678910111213141516
  1. #FROM ubuntu:18.04
  2. FROM eesast/thuai6_base:base
  3. MAINTAINER eesast
  4. WORKDIR /usr/local
  5. COPY ./CAPI/cpp /usr/local/PlayerCode/CAPI/cpp
  6. COPY ./dependency/proto /usr/local/PlayerCode/dependency/proto
  7. COPY ./dependency/shell /usr/local/PlayerCode/dependency/shell
  8. WORKDIR /usr/local/PlayerCode/dependency/proto
  9. RUN bash ../shell/cpp_output.sh
  10. WORKDIR /usr/local/PlayerCode/CAPI/cpp
  11. COPY ./dependency/shell/compile.sh .
  12. ENTRYPOINT ["bash","./compile.sh"]
  13. #WORKDIR /usr/local/PlayerCode/CAPI/cpp
  14. #RUN cmake ./CMakeLists.txt
  15. #RUN make