Skip to content

Commit 901e9c0

Browse files
committed
[CI] Adds zip to Dockerfile
1 parent e35b320 commit 901e9c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ WORKDIR /usr/src/app
1010

1111
COPY . .
1212

13+
RUN apt-get update
14+
RUN apt-get install zip
1315
RUN gem update --system
1416
RUN bundle install --quiet
1517
RUN bundle exec rake bundle:clean

0 commit comments

Comments
 (0)