Dockerfile 350 Bytes
Newer Older
Dominik Vayhinger's avatar
Dominik Vayhinger committed
1
2
3
4
5
6
7
8
FROM bitnami/moodle:latest

#Proxy
ENV http_proxy 'http://proxy.hft-stuttgart.de:80'
ENV https_proxy 'http://proxy.hft-stuttgart.de:80'

RUN apt-get update && \
    apt-get -y install git-core
Wieck's avatar
Wieck committed
9

Vayhinger's avatar
Vayhinger committed
10
RUN git clone https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/moodle-assignsubmission_modocot.git /bitnami/moodle/mod/assign/submission/modocot