docker/tclssg/Dockerfile

10 lines
272 B
Docker

FROM debian:buster-slim
RUN apt-get update \
&& apt-get install -y tcl libtcl tcllib libsqlite3-tcl git locales locales-all
ENV LC_ALL ru_RU.UTF-8
ENV LANG ru_RU.UTF-8
ENV LANGUAGE ru_RU.UTF-8
WORKDIR /home/builder
RUN git clone https://github.com/tclssg/tclssg.git