remove unnecessary deps

This commit is contained in:
Jan Friedli 2020-03-28 23:07:00 +01:00
parent f8368c1b4d
commit 20b7f85b45
No known key found for this signature in database
GPG key ID: F945FA2FCA30549D

View file

@ -1,8 +1,8 @@
# https://github.com/nginxinc/docker-nginx-unprivileged/blob/master/stable/buster/Dockerfile # 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 <jan.friedli@immerda.ch>" LABEL maintainer="Mat-Web Co-Maintainer <jan.friedli@immerda.ch>"
WORKDIR /var/www/mat2-web 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 \ && 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 update \
&& apt-get install --no-install-recommends --no-install-suggests -y \ && apt-get install --no-install-recommends --no-install-suggests -y \
gnupg1 \
ca-certificates \ ca-certificates \
nginx \ nginx \
gettext-base \
systemd \ systemd \
mat2 \
uwsgi \ uwsgi \
uwsgi-plugin-python3 \ uwsgi-plugin-python3 \
python3-pip \ python3-pip \