diff --git a/atdb/docker/postgres/Dockerfile b/atdb/docker/postgres/Dockerfile
index 3ea367dc357b2052c3523ac001ffd654effa50ff..afcdaad55b05f653672a7b761e1e9f8911550003 100644
--- a/atdb/docker/postgres/Dockerfile
+++ b/atdb/docker/postgres/Dockerfile
@@ -15,7 +15,7 @@ RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main" > /etc
 # Install ``python-software-properties``, ``software-properties-common`` and PostgreSQL 9.3
 #  There are some warnings (in red) that show up during the build. You can hide
 #  them by prefixing each apt-get statement with DEBIAN_FRONTEND=noninteractive
-RUN apt-get update && apt-get install -y python-software-properties software-properties-common postgresql-9.3 postgresql-client-9.3 postgresql-contrib-9.3
+RUN apt-get update && apt-get install -y python-software-properties software-properties-common postgresql-9.3 postgresql-client-9.3 postgresql-contrib-9.3 gnupg
 
 # Note: The official Debian and Ubuntu images automatically ``apt-get clean``
 # after each ``apt-get``