From 4bc7a8279a21c082efe8bffbd156a9758deaa681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Wed, 19 Aug 2015 23:41:32 +0200 Subject: [PATCH] Change nginx version back to standard. --- galaxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/Dockerfile b/galaxy/Dockerfile index 5ae8aee23..817cfe5b8 100644 --- a/galaxy/Dockerfile +++ b/galaxy/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get -qq update && apt-get install --no-install-recommends -y apt-transpo apt-add-repository -y ppa:galaxyproject/nginx && \ apt-get update -qq && apt-get upgrade -y && \ apt-get install --no-install-recommends -y mercurial python-psycopg2 postgresql-9.3 sudo samtools python-virtualenv wget \ - nginx-extras=1.4.6-1ubuntu3.2ppa1 nginx-common=1.4.6-1ubuntu3.2ppa1 uwsgi uwsgi-plugin-python supervisor lxc-docker-1.4.1 slurm-llnl slurm-llnl-torque libswitch-perl \ + nginx-extras nginx-common uwsgi uwsgi-plugin-python supervisor lxc-docker-1.4.1 slurm-llnl slurm-llnl-torque libswitch-perl \ slurm-drmaa-dev proftpd proftpd-mod-pgsql libyaml-dev nodejs-legacy npm aufs-tools ansible \ nano nmap lynx vim curl python-pip && \ apt-get purge -y software-properties-common && \