Add chromium
backend.Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user