mirror of
https://github.com/simon987/sist2.git
synced 2025-04-10 05:56:46 +00:00
10 lines
232 B
Docker
10 lines
232 B
Docker
FROM simon987/sist2-build
|
|
|
|
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash
|
|
RUN apt update -y; apt install -y nodejs && rm -rf /var/lib/apt/lists/*
|
|
|
|
ENV DEBIAN_FRONTEND=noninteractive
|
|
ENV LANG C.UTF-8
|
|
ENV LC_ALL C.UTF-8
|
|
|