Skip to content

Ubuntu Docker base image with preinstall cmake, clang, conan and poco

Notifications You must be signed in to change notification settings

telkomdev/dcmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dcmake

Ubuntu base image with preinstall cmake, clang, conan and poco. Suitable for your C++ project that uses Poco https://pocoproject.org/.

Build

$ make build

Create Dockerfile

FROM wuriyanto/dcmake

WORKDIR /app/cpoco/

ADD . /app/cpoco

RUN mkdir build \
    && cd build \
    && cmake .. \
    && make

EXPOSE 8000

ENTRYPOINT [ "./build/cpoco" ]

About

Ubuntu Docker base image with preinstall cmake, clang, conan and poco

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published