mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 19:22:51 +00:00
fix: add zip package to docker image
This commit is contained in:
@@ -9,7 +9,8 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
xmlstarlet \
|
||||
ruby-full
|
||||
ruby-full \
|
||||
zip
|
||||
|
||||
RUN gem install bundler
|
||||
|
||||
|
||||
Reference in New Issue
Block a user