Файлы для сборки докер контейнеров
This commit is contained in:
10
tclssg/Dockerfile
Normal file
10
tclssg/Dockerfile
Normal 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
|
Reference in New Issue
Block a user