diff options
| author | Jan Friedli | 2020-03-28 23:07:00 +0100 |
|---|---|---|
| committer | Jan Friedli | 2020-05-09 21:21:47 +0200 |
| commit | 20b7f85b4542eb941b12f9b458c400c7c13109f6 (patch) | |
| tree | 8a0e944f184afe2859fafe2cf69a006e6da96164 /Dockerfile.production | |
| parent | f8368c1b4d6b8a9f1e49a8e713753710c48c468d (diff) | |
remove unnecessary deps
Diffstat (limited to 'Dockerfile.production')
| -rw-r--r-- | Dockerfile.production | 7 |
1 files 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 @@ | |||
| 1 | # https://github.com/nginxinc/docker-nginx-unprivileged/blob/master/stable/buster/Dockerfile | 1 | # https://github.com/nginxinc/docker-nginx-unprivileged/blob/master/stable/buster/Dockerfile |
| 2 | 2 | ||
| 3 | From debian:buster-slim | 3 | From registry.0xacab.org/georg/mat2-ci-images:debian |
| 4 | 4 | ||
| 5 | LABEL maintainer="Mat-Web Maintainer <jan.friedli@immerda.ch>" | 5 | LABEL maintainer="Mat-Web Co-Maintainer <jan.friedli@immerda.ch>" |
| 6 | 6 | ||
| 7 | WORKDIR /var/www/mat2-web | 7 | WORKDIR /var/www/mat2-web |
| 8 | 8 | ||
| @@ -13,12 +13,9 @@ RUN set -x \ | |||
| 13 | && adduser --system --disabled-login --ingroup nginx --no-create-home --home /nonexistent --gecos "nginx user" --shell /bin/false --uid 101 nginx \ | 13 | && adduser --system --disabled-login --ingroup nginx --no-create-home --home /nonexistent --gecos "nginx user" --shell /bin/false --uid 101 nginx \ |
| 14 | && apt-get update \ | 14 | && apt-get update \ |
| 15 | && apt-get install --no-install-recommends --no-install-suggests -y \ | 15 | && apt-get install --no-install-recommends --no-install-suggests -y \ |
| 16 | gnupg1 \ | ||
| 17 | ca-certificates \ | 16 | ca-certificates \ |
| 18 | nginx \ | 17 | nginx \ |
| 19 | gettext-base \ | ||
| 20 | systemd \ | 18 | systemd \ |
| 21 | mat2 \ | ||
| 22 | uwsgi \ | 19 | uwsgi \ |
| 23 | uwsgi-plugin-python3 \ | 20 | uwsgi-plugin-python3 \ |
| 24 | python3-pip \ | 21 | python3-pip \ |
