update dockerfile

This commit is contained in:
oleghasjanov 2024-10-21 12:32:31 +03:00
parent 3cf4e29531
commit 81512dff65

View file

@ -1,10 +1,10 @@
FROM internetee/ruby:3.0-buster FROM internetee/ruby:3.0-buster
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EB27DB2A3B88B8B # # RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EB27DB2A3B88B8B
RUN apt-get update && apt-get install -y --no-install-recommends \ # RUN apt-get update && apt-get install -y --no-install-recommends \
git \ # git \
postgresql-client \ # postgresql-client \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN apt-get remove -y google-chrome-stable RUN apt-get remove -y google-chrome-stable
RUN apt-get purge -y google-chrome-stable RUN apt-get purge -y google-chrome-stable