Файлы для сборки докер контейнеров

This commit is contained in:
svk
2021-04-07 15:16:20 +03:00
commit fd047acf37
2 changed files with 92 additions and 0 deletions

10
tclssg/Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM debian:buster-slim
RUN apt-get update \
&& apt-get install -y tcl libtcl tcllib libsqlite3-tcl gity 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