Skip to content

Using the pact ruby standalone with Alpine Linux Docker

Beth Skurrie edited this page Feb 26, 2018 · 6 revisions
FROM ruby:2-alpine

RUN apk add --no-cache --virtual build-dependencies build-base

Clone this wiki locally