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

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