From ba4ed4de3787888f1be08f2c45dd8467f4129141 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Wed, 30 Oct 2024 16:07:40 +0100 Subject: [PATCH] pip in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07c2e9a..6cef03f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM greyltc/archlinux-aur:yay WORKDIR /alkator COPY . . -RUN pacman -Syu python python-weasyprint python-dateutil python-django npm python-requests --noconfirm +RUN pacman -Syu python python-weasyprint python-dateutil python-django npm python-requests python-pip --noconfirm RUN sudo -u ab -D~ bash -c 'yay -Syu --removemake --needed --noprogressbar --noconfirm python-daphne' RUN cd frontend && npm install && npm run build && rm -rf node_modules && cd .. RUN pip install django_prometheus --break-system-packages