Skip to content

Commit

Permalink
fix: chrome installation in dockerimage
Browse files Browse the repository at this point in the history
  • Loading branch information
lorepanichi committed Jun 17, 2024
1 parent 3f5b1a8 commit 8cb02a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ RUN pip install --target=/app -r requirements.txt && \
&& echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list \
&& apt update && apt-get install -y google-chrome-stable

FROM python:3-slim
COPY --from=builder /app /app
COPY --from=builder /usr/local/bin/mark /usr/bin/mark
COPY --from=builder /usr/bin/google-chrome /usr/bin/google-chrome
WORKDIR /app
ENV PYTHONPATH /app
ENV DOC_PREFIX /github/workspace/
ENV LOGURU_FORMAT "<lvl>{level:7} {message}</lvl>"
Expand Down

0 comments on commit 8cb02a8

Please sign in to comment.