From 3eeab34bc10bf880ed645c25fa52bce76da6a9e0 Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Thu, 10 Mar 2022 12:01:01 +0100 Subject: [PATCH] fix: add zip package to docker image --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index acc897a5..2231ad9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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