Skip to content

stupnikov/ccfx-dockerfile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile for building CCFinderX on Ubuntu 16.04

===

This Dcokerfile will get the source code of CCFinderX, install packages to build it, and build it.

Base Docker Image

  • ubuntu:16.04

Installed Packages

  • build-essential
  • libboost-dev
  • libboost-system-dev
  • lib-boost-thread-dev
  • libicu-dev
  • openjdk-9-jdk
  • python-dev

Usage

  • Executable binary of CCFinderX is deployed at /usr/src/ccfx/ccfx-master/ubuntu32/ccfx .
  • For detecting code clone, you should mount host volumes into the docker container.

Note

About

Dockerfile for CCFinderX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published