Skip to content

Commit

Permalink
Add --no-install-recommends flag to apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaKamikaze committed Sep 24, 2024
1 parent 66d0234 commit 0a4e955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MoxfieldPriceScraper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM mcr.microsoft.com/dotnet/runtime:8.0 AS runtime
WORKDIR /app

# Install chromium
RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y --no-install-recommends \
chromium \
libgtk-3-0 \
libx11-xcb1 \
Expand Down

0 comments on commit 0a4e955

Please sign in to comment.