LiveRamp / reslang

A language for describing resource-oriented APIs & turning them into Swagger or resource diagrams. Oriented around the concepts we want to expose in the APIs.
Apache License 2.0
23 stars 7 forks source link

fix dockerfile #197

Closed njaczko closed 3 years ago

njaczko commented 3 years ago

PR and Master builds are failing because a linux package used in the Dockerfile is no longer available.

e.g. https://console.cloud.google.com/cloud-build/builds/3f2542fc-ad45-432c-a762-dc3f427878aa;step=0?project=liveramp-eng-api-dev

That package was unstable, so it should not have been used, but it turns out it doesn't need to be used at all. It was being used to help copy to clipboard inside a docker container, which doesn't make much sense. I removed the dependency entirely and everything seems to work just fine. I built a new docker image with this change and used the reslang-docker script as well as api-spec's generate-specs scripts with it.

ops-github-DU4JOAWE commented 3 years ago

This change is Reviewable