website/Dockerfile.python
Frederik Ring 895d34cd43
All checks were successful
Build / build (push) Successful in 2m19s
Unlock base image, set additional node path (#19)
Reviewed-on: #19
2024-01-16 21:00:18 +01:00

7 lines
224 B
Docker

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"
ENV NODE_PATH "/usr/lib/node_modules:/usr/local/lib/node_modules"