build dev 2020 DockerImages

This commit is contained in:
2021-01-10 07:13:28 +00:00
parent 004a7c9533
commit 9ebf2ba0a5
6 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from theiaide/theia-python:latest
run apt-get update && apt-get -y install libgs-dev
COPY ./requirements.txt .
run pip3 install --upgrade pip && pip3 install -r requirements.txt && pip3 install pytest pylint bandit flake8 black pytest-django six pytest-mock
ENTRYPOINT node /home/theia/src-gen/backend/main.js /home/project/.theia-workspace --hostname=0.0.0.0

View File

@@ -0,0 +1,3 @@
cp ../../fet2020/requirements.txt .
docker build . -t docker.triton2.fet.at/theia-fet2020:latest
docker image push docker.triton2.fet.at/theia-fet2020:latest

View File

@@ -0,0 +1,16 @@
django==3.1.4
django-ckeditor==6.0.0
django-crontab==0.7.1
django-environ==0.4.5
django-filter==2.4.0
django-static-jquery-ui==1.12.1.1
django-softhyphen==1.1.0
django-taggit==1.3.0
djangorestframework==3.12.2
configparser==5.0.1
docutils==0.16
easy-thumbnails==2.7.1
etherpad-lite==0.5
ghostscript==0.6
ldap3==2.8.1
mysqlclient==2.0.1