Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 331 Bytes

c2ffi.md

File metadata and controls

12 lines (9 loc) · 331 Bytes

Steps for building c2ffi docker image

# clone c2ffi repo
git clone https://github.com/rpav/c2ffi.git && cd c2ffi

# add entrypoint to dockerfile
echo "ENTRYPOINT [\"/c2ffi/build/bin/c2ffi\"]" >> Docker/Test-Build-Archlinux.docker

# build and tag the image
docker build -f Docker/Test-Build-Archlinux.docker . -t c2ffi