Skip to content

Commit b1e32ee

Browse files
authored
feat: add bundler back (#122)
1 parent 7a0c5a7 commit b1e32ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
4545
tzdata \
4646
unzip \
4747
zip \
48+
&& gem install bundler \
4849
&& rm -rf /var/lib/apt/lists/*;
4950

5051
# Refresh keys to prevent invalid signature

0 commit comments

Comments
 (0)