Files
nexe/dockerfiles/musl/Dockerfile
T
2022-12-23 12:19:16 -06:00

5 lines
137 B
Docker

FROM node:16-alpine
RUN apk add --no-cache build-base linux-headers bash clang python3
SHELL ["/bin/bash", "--login", "-c"]
CMD ["bash"]