mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-05-12 11:12:17 -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
|
||||
|
||||
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
|
||||
|
||||
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue