leoncvlt / loconotion

📄 Python tool to turn Notion.so pages into lightweight, customizable static websites
833 stars 131 forks source link

Docker file needs to be updated #143

Open TrekkieByDay opened 7 months ago

TrekkieByDay commented 7 months ago

This fails on both my Windows and Mac machines. Potentially out of date

=> ERROR [loconotion 4/12] RUN wget --no-verbose -O /tmp/chrome.deb https://dl.google.com/linux/chrome/deb/pool

Error output is:


[loconotion 4/12] RUN wget --no-verbose -O /tmp/chrome.deb https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_99.0.4844.74-1_amd64.deb && apt install -y /tmp/chrome.deb && rm /tmp/chrome.deb: 0.552 https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_99.0.4844.74-1_amd64.deb: 0.552 2024-02-24 03:44:35 ERROR 404: Not Found.

failed to solve: process "/bin/sh -c wget --no-verbose -O /tmp/chrome.deb https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}_amd64.deb && apt install -y /tmp/chrome.deb && rm /tmp/chrome.deb" did not complete successfully: exit code: 8