mirror of
https://github.com/sist2app/sist2.git
synced 2025-05-19 16:04:18 +02:00
9 lines
232 B
Docker
9 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
|
|
|