Skip to content

Commit

Permalink
Added dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumanth Kesireddy committed Sep 20, 2018
1 parent 94b9024 commit 591c7f3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ RUN apt-get update
# Usage: Installing dependencies for computer graphics lab
RUN apt-get install -y make php5 apache2 rsync gcc g++ libapache2-mod-python libapache2-mod-wsgi

RUN sed -i '/<\/VirtualHost>/i \
<Directory /var/www/> \
AddHandler mod_python .py \
PythonHandler mod_python.publisher \
PythonDebug On \
</Directory> \
' /etc/apache2/sites-available/default
COPY scripts/configure.sh .
RUN chmod 777 ./configure.sh
RUN sh configure.sh

RUN mkdir /problem-solving-iiith

Expand Down

0 comments on commit 591c7f3

Please sign in to comment.