2023-09-02 20:18:29 +02:00
|
|
|
FROM nikolaik/python-nodejs:python3.10-nodejs20
|
|
|
|
|
|
|
|
RUN npm install -g postcss-cli@^6.1.3 autoprefixer@^9.7.0 cssnano@^4.1.10
|
|
|
|
|
|
|
|
ENV PATH="/root/.local/bin:$PATH"
|
2024-01-16 21:00:18 +01:00
|
|
|
ENV NODE_PATH "/usr/lib/node_modules:/usr/local/lib/node_modules"
|