fix: add zip package to docker image

This commit is contained in:
Rainer Killinger
2022-03-10 12:01:01 +01:00
parent 0edc598667
commit 3eeab34bc1

View File

@@ -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