From b0f568e752fe37c3c2648c0ff8e822175723efb5 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 7 Jul 2024 02:50:32 -0700 Subject: [PATCH] Update download statement for chrome --- LinuxGeneralCompiler/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index 6e0a9f2..8fea0e0 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -26,7 +26,7 @@ WORKDIR / RUN apt install -y fonts-liberation libgtk-4-1 libgbm1 libu2f-udev libvulkan1 xdg-utils RUN rm *.xz -RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb +RUN curl -sO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb RUN dpkg -i google-chrome-stable_current_amd64.deb