diff --git a/cli.html b/cli.html index 11e82b5c..45e43bd9 100644 --- a/cli.html +++ b/cli.html @@ -6,7 +6,7 @@ - +
diff --git a/django.html b/django.html index 89d7797c..091accbd 100644 --- a/django.html +++ b/django.html @@ -6,7 +6,7 @@ - +
@@ -23,6 +23,7 @@

Let's set up the three files that'll get us started. First, our app is going to be running inside a Docker container which contains all of its dependencies. We can define what goes inside that Docker container using a file called Dockerfile. It'll contain this to start with:

FROM orchardup/python:2.7
+RUN apt-get update -qq && apt-get install -y python-psycopg2
 RUN mkdir /code
 WORKDIR /code
 ADD requirements.txt /code/
diff --git a/env.html b/env.html
index eaab4b24..bcf4ac38 100644
--- a/env.html
+++ b/env.html
@@ -6,7 +6,7 @@
     
     
     
-    
+    
   
   
     
diff --git a/index.html b/index.html index bff56f6e..71351e35 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - +
diff --git a/install.html b/install.html index a10670eb..e90ef664 100644 --- a/install.html +++ b/install.html @@ -6,7 +6,7 @@ - +
diff --git a/rails.html b/rails.html index 7b0dd89e..ffb499bc 100644 --- a/rails.html +++ b/rails.html @@ -6,7 +6,7 @@ - +
diff --git a/wordpress.html b/wordpress.html index fd13f0a7..19c3f8db 100644 --- a/wordpress.html +++ b/wordpress.html @@ -6,7 +6,7 @@ - +
diff --git a/yml.html b/yml.html index 364c9e33..5ae8ec13 100644 --- a/yml.html +++ b/yml.html @@ -6,7 +6,7 @@ - +