mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Added unzip to system. It's needed for pages:deploy task
This commit is contained in:
parent
79eaa5879e
commit
fb2c9fe336
@ -47,7 +47,7 @@ RUN apt-get update \
|
||||
git-core gnupg2 ruby${RUBY_VERSION} python2.7 python-docutils nodejs yarn gettext-base \
|
||||
libmysqlclient20 libpq5 zlib1g libyaml-0-2 libssl1.0.0 \
|
||||
libgdbm3 libreadline6 libncurses5 libffi6 \
|
||||
libxml2 libxslt1.1 libcurl3 libicu55 libre2-dev tzdata \
|
||||
libxml2 libxslt1.1 libcurl3 libicu55 libre2-dev tzdata unzip \
|
||||
&& update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \
|
||||
&& locale-gen en_US.UTF-8 \
|
||||
&& DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user