Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL009
Commits
90f842c6
Commit
90f842c6
authored
Nov 20, 2019
by
Michele Carignani
Browse files
Update validation tooling
parent
97d05607
Pipeline
#1965
running with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
90f842c6
# Copyright ETSI 2017
# See: https://forge.etsi.org/etsi-forge-copyright-statement.txt
FROM
alpine:3.
6
FROM
alpine:3.
10.0
RUN
env
RUN
apk update
...
...
@@ -16,9 +16,9 @@ RUN gem install rdoc --pre || gem install rdoc --pre
RUN
gem
install
asciidoctor-pdf-cjk
RUN
wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
RUN
npm config
set
proxy
$http_proxy
RUN
npm
install
-g
swagger-cli
@0.10.3
RUN
npm
install
-g
json-refs
@3.0.2
RUN
npm
install
-g
yamljs
@0.3.0
RUN
npm
install
-g
swagger-cli
RUN
npm
install
-g
json-refs
RUN
npm
install
-g
yamljs
ADD
validate-in-docker.sh /validate-in-docker.sh
RUN
chmod
+x /validate-in-docker.sh
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment