Skip to content

Commit

Permalink
Try debian
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaKamikaze committed Sep 24, 2024
1 parent 93a6b47 commit 3a30a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MoxfieldPriceScraper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20 AS base
FROM debian AS base

RUN useradd -m moxfieldpricescraper
USER moxfieldpricescraper
Expand All @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends wget gnupg2
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | gpg --dearmor | \
tee /etc/apt/trusted.gpg.d/google.gpg >/dev/null \
&& echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list
RUN apt-get update -qqy && apt-get install -y --no-install-recommends google-chrome-stable && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y --no-install-recommends google-chrome-stable && rm -rf /var/lib/apt/lists/*

WORKDIR /app
COPY --from=build-env /app/out .
Expand Down

0 comments on commit 3a30a51

Please sign in to comment.