* added tzdata
* set noninteractive installation

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
3kami3
2023-07-26 00:32:49 +09:00
коммит произвёл GitHub
родитель 2a4de2eecc
Коммит 5b3833839e

Просмотреть файл

@@ -12,7 +12,7 @@ ARG MM_PACKAGE="https://releases.mattermost.com/8.0.0/mattermost-8.0.0-linux-amd
# # Install needed packages and indirect dependencies # # Install needed packages and indirect dependencies
RUN apt-get update \ RUN apt-get update \
&& apt-get install --no-install-recommends -y \ && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
ca-certificates \ ca-certificates \
curl \ curl \
mime-support \ mime-support \
@@ -20,6 +20,7 @@ RUN apt-get update \
wv \ wv \
poppler-utils \ poppler-utils \
tidy \ tidy \
tzdata \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Set mattermost group/user and download Mattermost # Set mattermost group/user and download Mattermost