Page MenuHomeSoftware Heritage

Add yarn to the base docker image
ClosedPublic

Authored by olasd on Dec 3 2018, 10:54 PM.

Details

Summary

Needed to build assets for swh-web

Test Plan

make all

Diff Detail

Repository
rCDFJ Dockerfiles for Jenkins
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

anlambert added inline comments.
base/Dockerfile
24

webpack requires node > 4.x and nodejs-legacy has version 4.8.2~dfsg-1 in debian stretch.

The nodejs package from stretch-backports should be used instead here.

Use nodejs from stretch-backports

Thanks for the heads-up, fixed!

This revision is now accepted and ready to land.Dec 4 2018, 11:28 AM
This revision was automatically updated to reflect the committed changes.