Add chromium

backend.Dockerfile
This commit is contained in:
jerlendds
2023-11-05 21:59:14 -07:00
parent 5747eec76e
commit 6346a04785

View File

@@ -4,7 +4,7 @@ LABEL maintainer="jerlendds <support@forum.osintbuddy.com>"
WORKDIR /app/
ENV PYTHONPATH=/app/
RUN apt-get -y update && apt-get -y install git wget gnupg curl && \
RUN apt-get -y update && apt-get -y install apt-transport-https chromium chromium-driver git wget gnupg curl && \
apt-get clean && pip3 install --no-cache-dir --upgrade pip;
COPY requirements.txt /app/requirements.txt
RUN pip3 install --no-cache-dir -r /app/requirements.txt