OpenConext / OpenConext-BaseContainers

Docker base images used by all OpenConext projects that use docker containers
Apache License 2.0
0 stars 1 forks source link

Include Yarn with the php82 node 16 image #6

Closed MKodde closed 1 year ago

MKodde commented 1 year ago

The title speaks for itself

MKodde commented 1 year ago

I later removed the --force from npm install --global yarn --force. I copied that from some code that Grandmeister Quartje added at:

https://github.com/OpenConext/OpenConext-BaseContainers/blob/590925c7e8bc4c6feae24d0dca45f33a712ed2ad/php72-apache2-node16-composer2/Dockerfile#L7

quartje commented 1 year ago

Ah I see we did not merge this one. I've solved it in another way: I've copied yarn from the official node16 container. Closing this