Niel de Wet
Niel de Wet
Related to https://github.com/pact-foundation/pact-js/issues/154
Workaround for the unsatisfiable constraint issue: ``` RUN apk add --no-cache musl=1.1.19-r7 RUN apk add -v --no-cache --virtual build-dependencies build-base ```
By also installing `bash` I can get the `pact-mock-service` script starting, but then it fails because it can't find the ruby bin. I'm not sure if that's a problem with...
#547 might help a bit, but even then I don't yet see a way to set a mock user the way you would on MockMvc.
@qoomon , please advise if this PR corresponds with the conventions, package structure, etc. that you wish to maintain in this project. Thanks