Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 268 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 268 Bytes

Docker image to build vmods for varnish

Build and Run

docker build -t vmodbuild .
docker run --rm vmodbuild /bin/bash

Copy the files to someplace from within the image

cd /root/rpmbuild/RPMS/x86_64/
scp * <to someplace nice>