X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dcaegen2%2Fplatform.git;a=blobdiff_plain;f=adapter%2Facumos%2FDockerfile;fp=adapter%2Facumos%2FDockerfile;h=4f1bea283ba9b164fccf2d92453de0dd12de3864;hp=d1a09842fc1902c34e67e2481c19900144b1fc22;hb=711d4eae913f34e78aa10e8cd511f3b8e43cd54f;hpb=a1a37bde3365ebf0aaa543b2f10ebdb13bd4af40 diff --git a/adapter/acumos/Dockerfile b/adapter/acumos/Dockerfile index d1a0984..4f1bea2 100644 --- a/adapter/acumos/Dockerfile +++ b/adapter/acumos/Dockerfile @@ -25,6 +25,10 @@ RUN apt-get update && \ apt-get install -y npm nodejs && \ npm -v && \ npm install -g protobuf-jsonschema && \ + mkdir schemas && \ + wget -O schemas/schema.json 'https://json-schema.org/draft-04/schema#' && \ + wget -O schemas/compspec.json https://git.onap.org/dcaegen2/platform/plain/mod/component-json-schemas/component-specification/dcae-cli-v2/component-spec-schema.json && \ + wget -O schemas/dataformat.json https://git.onap.org/dcaegen2/platform/plain/mod/component-json-schemas/data-format/dcae-cli-v1/data-format-schema.json && \ cd /tmp/build/ && \ python setup.py install && \ cd / && \