mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 13:36:15 +02:00
update dockerfile
This commit is contained in:
parent
3cf4e29531
commit
81512dff65
1 changed files with 5 additions and 5 deletions
10
Dockerfile
10
Dockerfile
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue