Skip to content

Commit

Permalink
Updated dockerfile to use latest uccser docker image
Browse files Browse the repository at this point in the history
Removed redundant dependencies
  • Loading branch information
Hayley van Waas committed Mar 15, 2018
1 parent 4ac6ec2 commit 8a7ba6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
# This Dockerfile is based off the Google App Engine Python runtime image
# https://github.com/GoogleCloudPlatform/python-runtime
FROM uccser/django:1.11.7
FROM uccser/django:1.11.11

# Add metadata to Docker image
LABEL maintainer="csse-education-research@canterbury.ac.nz"
Expand Down
13 changes: 0 additions & 13 deletions requirements/base.txt
Expand Up @@ -4,25 +4,12 @@
# Verified bug on Python 3.5.1
wheel==0.30.0

# Django
django==1.11.9 # pyup: >=1.11,<2.0

# Configuration
django-environ==0.4.4

# Images
Pillow==5.0.0

# Markdown
verto==0.7.3
python-markdown-math==0.3

# Python-PostgreSQL Database Adapter
psycopg2==2.7.3.2

# YAML Loading
PyYAML==3.12

# Web serving
gevent==1.2.2
gunicorn==19.7.1

0 comments on commit 8a7ba6e

Please sign in to comment.