fix requests
This commit is contained in:
parent
8b53d213e9
commit
3bd7e0f1b4
@ -1,7 +1,7 @@
|
|||||||
FROM greyltc/archlinux-aur:yay
|
FROM greyltc/archlinux-aur:yay
|
||||||
WORKDIR /alkator
|
WORKDIR /alkator
|
||||||
COPY . .
|
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 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 cd frontend && npm install && npm run build && rm -rf node_modules && cd ..
|
||||||
EXPOSE 8005
|
EXPOSE 8005
|
||||||
|
Loading…
x
Reference in New Issue
Block a user