Skip to content

Install node-sass without keeping C++ and others librairies #7

@jlandure

Description

@jlandure

something like

+ RUN apk add --no-cache git
+ RUN apk add --no-cache --virtual .build-deps \
+        g++ \
+        make \
+        python \
+    && npm --quiet install --global node-sass \
+    && apk del .build-deps \
+    && rm -rf /tmp/*

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions