curl-dev
Development image for quantum-safe enabled curl
2.5K
This repository is identical in all regards to the ':optimized' tagged variant of oqs-curl
The sole difference is that it is providing root access and all associated rights to install code.
After starting docker run -it openquantumsafe/curl-dev, execute
apk add build-base linux-headers make wget pcre-dev zlib-dev
export NGINX_VERSION=1.16.1
wget nginx.org/download/nginx-${NGINX_VERSION}.tar.gz && tar -zxvf nginx-${NGINX_VERSION}.tar.gz && cd nginx-${NGINX_VERSION}
ln -s /opt/oqssa /opt/local
./configure --with-http_ssl_module && make && make install
to create a quantum-safe nginx image.
Content type
Image
Digest
sha256:9f1b92dd6…
Size
18.5 MB
Last updated
6 days ago
docker pull openquantumsafe/curl-dev