From 81512dff6574d69a7cc80339e40f6fd16d6258d3 Mon Sep 17 00:00:00 2001 From: oleghasjanov Date: Mon, 21 Oct 2024 12:32:31 +0300 Subject: [PATCH] update dockerfile --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 98d37d92b..7b561825c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ FROM internetee/ruby:3.0-buster -RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EB27DB2A3B88B8B -RUN apt-get update && apt-get install -y --no-install-recommends \ - git \ - postgresql-client \ - && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* +# # RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EB27DB2A3B88B8B +# RUN apt-get update && apt-get install -y --no-install-recommends \ +# git \ +# postgresql-client \ +# && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* RUN apt-get remove -y google-chrome-stable RUN apt-get purge -y google-chrome-stable