Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev committed Feb 14, 2024
1 parent 1297627 commit dd2febd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit dd2febd

Please sign in to comment.