mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-05-12 19:22:21 -04:00
remove unnecessary deps
This commit is contained in:
parent
f8368c1b4d
commit
20b7f85b45
1 changed files with 2 additions and 5 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue