From 20b7f85b4542eb941b12f9b458c400c7c13109f6 Mon Sep 17 00:00:00 2001 From: Jan Friedli Date: Sat, 28 Mar 2020 23:07:00 +0100 Subject: [PATCH] remove unnecessary deps --- Dockerfile.production | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Dockerfile.production b/Dockerfile.production index ae37e23..025393f 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -1,8 +1,8 @@ # https://github.com/nginxinc/docker-nginx-unprivileged/blob/master/stable/buster/Dockerfile -From debian:buster-slim +From registry.0xacab.org/georg/mat2-ci-images:debian -LABEL maintainer="Mat-Web Maintainer " +LABEL maintainer="Mat-Web Co-Maintainer " WORKDIR /var/www/mat2-web @@ -13,12 +13,9 @@ RUN set -x \ && adduser --system --disabled-login --ingroup nginx --no-create-home --home /nonexistent --gecos "nginx user" --shell /bin/false --uid 101 nginx \ && apt-get update \ && apt-get install --no-install-recommends --no-install-suggests -y \ - gnupg1 \ ca-certificates \ nginx \ - gettext-base \ systemd \ - mat2 \ uwsgi \ uwsgi-plugin-python3 \ python3-pip \