jjmerelo/raku-test-openssl

By jjmerelo

Updated over 1 year ago

Raku container for testing including OpenSSL external dependencies.

Image

1.1K

Docker container with Raku and openssl

Test container, based on Alpine, with the OpenSSL module included. This module needs an additional library installed, which makes it less automatic, so this container solves that.

Use in Travis

Check out this .travis.yml as an example. A generic one should go more or less like this

language:
  - minimal

services:
  - docker

install:
  - docker pull jjmerelo/raku-test-openssl

script: docker run -t -v  $TRAVIS_BUILD_DIR:/test jjmerelo/raku-test-openssl

docker images is not needed, but it will show you the version it is going to use for building.

The ultimate base image of this container is Alpine Linux, so any additional library the module needs to install will have to be installed in this distro.

Docker Pull Command

docker pull jjmerelo/raku-test-openssl