Merge pull request #2842 from coreos-inc/alegrand/fix_docker-base_build

Remove duplicated nodejs symlink in the dockerfile
This commit is contained in:
Antoine Legrand 2017-07-31 01:37:17 +02:00 committed by GitHub
commit 66e85ec63c

View file

@ -84,9 +84,7 @@ RUN virtualenv --distribute venv \
&& venv/bin/pip install -r requirements-tests.txt \
&& venv/bin/pip freeze
# Install front-end dependencies
RUN ln -s /usr/bin/nodejs /usr/bin/node
COPY static/ package.json tsconfig.json webpack.config.js tslint.json yarn.lock ./
RUN yarn install --ignore-engines