Skip to content

Commit

Permalink
combine apt installs to one
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhaseless committed Dec 11, 2024
1 parent dbdce3d commit e2114d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ ENV \
WORKDIR /app
RUN apt update &&\
apt upgrade -y &&\
apt install -y --no-install-recommends --no-install-suggests xvfb scrot python3-tk curl chromium chromium-driver ca-certificates x11-common
RUN apt install -y --no-install-recommends --no-install-suggests xauth
apt install -y --no-install-recommends --no-install-suggests xauth xvfb scrot python3-tk curl chromium chromium-driver ca-certificates x11-common
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
COPY pyproject.toml uv.lock ./
RUN uv sync
Expand Down

0 comments on commit e2114d7

Please sign in to comment.