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 591 B

3 years ago
3 years ago
123456789101112131415161718
  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. COPY ./dependency/shell/docker.sh /usr/local/
  13. WORKDIR /usr/local
  14. ENTRYPOINT ["bash","./docker.sh"]
  15. #WORKDIR /usr/local/PlayerCode/CAPI/cpp
  16. #RUN cmake ./CMakeLists.txt
  17. #RUN make