Skip to content

Commit 79e8d68

Browse files
authored
add ruby bundler by default (#76)
1 parent b4a4ac5 commit 79e8d68

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
@@ -35,6 +35,7 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
3535
python \
3636
openssh-client \
3737
unzip \
38+
&& gem install bundler \
3839
&& rm -rf /var/lib/apt/lists/*;
3940

4041
# install nodejs and yarn packages from nodesource and yarn apt sources

0 commit comments

Comments
 (0)