diff --git a/Dockerfile b/Dockerfile index 51a140e..f52fe13 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 --noconfirm +RUN pacman -Syu python python-weasyprint python-dateutil python-django npm python-requests --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 .. EXPOSE 8005