1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-05-20 07:50:05 +02:00

Use apt-get instead of apt in Dockerfiles, also --no-install-recommends

apt is intended for humans, not scripts.

--no-install-recommends improves build time by avoiding to install
unneeded packages.
Dieser Commit ist enthalten in:
Robin Schneider 2019-12-31 16:40:15 +01:00
Ursprung f6a4a2127b
Commit f8e49ea3f4
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: A81E8006DC95EFE6
10 geänderte Dateien mit 30 neuen und 20 gelöschten Zeilen

Datei anzeigen

@ -45,8 +45,9 @@ ARG TERM=xterm-256color
RUN echo $TERM
RUN apt update -y \
&& apt install -y \
RUN apt-get update \
&& apt-get install -y \
--no-install-recommends \
curl \
tar
{% endif %}

Datei anzeigen

@ -16,8 +16,9 @@ ARG TERM=xterm-256color
RUN echo $TERM
RUN apt update -y \
&& apt install -y \
RUN apt-get update \
&& apt-get install -y \
--no-install-recommends \
curl \
tar

Datei anzeigen

@ -16,8 +16,9 @@ ARG TERM=xterm-256color
RUN echo $TERM
RUN apt update -y \
&& apt install -y \
RUN apt-get update \
&& apt-get install -y \
--no-install-recommends \
curl \
tar

Datei anzeigen

@ -16,8 +16,9 @@ ARG TERM=xterm-256color
RUN echo $TERM
RUN apt update -y \
&& apt install -y \
RUN apt-get update \
&& apt-get install -y \
--no-install-recommends \
curl \
tar

Datei anzeigen

@ -16,8 +16,9 @@ ARG TERM=xterm-256color
RUN echo $TERM
RUN apt update -y \
&& apt install -y \
RUN apt-get update \
&& apt-get install -y \
--no-install-recommends \
curl \
tar

Datei anzeigen

@ -16,8 +16,9 @@ ARG TERM=xterm-256color
RUN echo $TERM
RUN apt update -y \
&& apt install -y \
RUN apt-get update \
&& apt-get install -y \
--no-install-recommends \
curl \
tar

Datei anzeigen

@ -16,8 +16,9 @@ ARG TERM=xterm-256color
RUN echo $TERM
RUN apt update -y \
&& apt install -y \
RUN apt-get update \
&& apt-get install -y \
--no-install-recommends \
curl \
tar

Datei anzeigen

@ -16,8 +16,9 @@ ARG TERM=xterm-256color
RUN echo $TERM
RUN apt update -y \
&& apt install -y \
RUN apt-get update \
&& apt-get install -y \
--no-install-recommends \
curl \
tar

Datei anzeigen

@ -16,8 +16,9 @@ ARG TERM=xterm-256color
RUN echo $TERM
RUN apt update -y \
&& apt install -y \
RUN apt-get update \
&& apt-get install -y \
--no-install-recommends \
curl \
tar

Datei anzeigen

@ -16,8 +16,9 @@ ARG TERM=xterm-256color
RUN echo $TERM
RUN apt update -y \
&& apt install -y \
RUN apt-get update \
&& apt-get install -y \
--no-install-recommends \
curl \
tar