Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install latest supported version of nomnom #18

Merged
merged 1 commit into from
Feb 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/mpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Dealerdirect <opensource@dealerdirect.nl>
ENV INSTALL_APT_BUILD_DEPS "python-pip build-essential python-dev"
ENV INSTALL_APT "php5-cli php5-mcrypt php5-mysql php5-intl ruby libxml2-utils aspell gettext mysql-client python-six"
ENV INSTALL_PIP "yamllint flake8 pydocstyle"
ENV INSTALL_NPM "jsonlint editorconfig-tools alex markdown-spellcheck remark-cli remark-lint remark-lint-books-links remark-lint-no-empty-sections remark-lint-no-url-trailing-slash remark-validate-links remark-preset-lint-dealerdirect"
ENV INSTALL_NPM "nomnom@1.6 jsonlint editorconfig-tools alex markdown-spellcheck remark-cli remark-lint remark-lint-books-links remark-lint-no-empty-sections remark-lint-no-url-trailing-slash remark-validate-links remark-preset-lint-dealerdirect"
ENV INSTALL_GEM "rubocop"

ADD files/shared/scripts/*.sh /tmp/shared/scripts/
Expand Down