about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-16 11:46:25 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-16 11:46:25 +0100
commit8767a98fbb013bed01443721c17eadeba70c3421 (patch)
tree9f4fe9eb054ada8d9bbea5cb108fee58a792c6f3 /Dockerfile
parenta9db42a956fb045131b06ba434a74189c96ad651 (diff)
Adding CSS for form errors, adding missing indices
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 7c0e81afb..7b8fdc160 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM ruby:2.2.4
 
 ENV RAILS_ENV=production
 
-RUN apt-get update -qq && apt-get install -y build-essential libpq-dev
+RUN apt-get update -qq && apt-get install -y build-essential libpq-dev && rm -rf /var/lib/apt/lists/*
 RUN mkdir /mastodon
 
 WORKDIR /mastodon