diff --git a/Dockerfile b/Dockerfile index a7ea3e4..546bb7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,16 +11,13 @@ RUN apt-get update && apt-get install -y \ gramps \ golang-go \ libvulkan1 \ + chromium-browser \ && rm -rf /var/lib/apt/lists/* && \ mkdir -p /root/.ssh/ && \ chmod 600 /root/.ssh -RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \ - dpkg -i google-chrome-stable_current_amd64.deb - -RUN wget https://dl.google.com/android/repository/commandlinetools-linux-7302050_latest.zip && \ - unzip commandlinetools-linux-7302050_latest.zip && \ - rm commandlinetools-linux-7302050_latest.zip +# RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \ +# dpkg -i google-chrome-stable_current_amd64.deb # Ensure Go binaries are in the PATH ENV PATH=$PATH:/usr/local/go/bin