Skip to content

Commit

Permalink
allow install recommends
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonDane committed Dec 6, 2024
1 parent 9153e7a commit 88f87dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND=noninteractive
ENV DISPLAY=:99

# Install python, pip, and tzdata
RUN apt-get update && apt-get install -y --no-install-recommends \
RUN apt-get update && apt-get install -y \
chromium \
chromium-driver \
dos2unix \
Expand Down

0 comments on commit 88f87dc

Please sign in to comment.