From 6e8a6501122fca555c7fef7bda82177ca8a9b01e Mon Sep 17 00:00:00 2001 From: Sergey Nikolaev Date: Wed, 14 Feb 2024 14:45:44 +0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b7ce901..cdd4d7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ RUN set -x \ && mkdir /etc/ssl/ && touch /usr/bin/manticore-executor \ && chown -R manticore:manticore /usr/bin/manticore-executor /etc/ssl/ \ && chmod +x /usr/bin/manticore-executor \ - && apt-get -y update && apt-get -y install --no-install-recommends ca-certificates binutils wget gnupg xz-utils dirmngr locales cron && rm -rf /var/lib/apt/lists/* \ + && apt-get -y update && apt-get -y install --no-install-recommends ca-certificates binutils wget gnupg xz-utils dirmngr locales tzdata cron && rm -rf /var/lib/apt/lists/* \ && locale-gen --lang en_US \ && wget -q -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \ && wget -q -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" \