d361ed0c34
BREAKING: drop support for node < 14 BREAKING: removed snapshot, ico, and rc options BREAKING: use python3 as default python binary
5 lines
146 B
Docker
5 lines
146 B
Docker
FROM node:fermium-alpine3.10
|
|
RUN apk add --no-cache build-base linux-headers bash clang python3
|
|
SHELL ["/bin/bash", "--login", "-c"]
|
|
CMD ["bash"]
|