aamirpinger / docker-slide-code

49 stars 42 forks source link

Update Dockerfile to conform with Alpine 3.8+ #6

Open uzair-suria opened 3 years ago

uzair-suria commented 3 years ago

Replaced RUN apk add --update nodejs nodejs-npm with RUN apk add --update nodejs npm to remove errors during build using Alpine Versions 3.8 and above. More detail available at superuser