We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0c5a7 commit b1e32eeCopy full SHA for b1e32ee
Dockerfile
@@ -45,6 +45,7 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
45
tzdata \
46
unzip \
47
zip \
48
+ && gem install bundler \
49
&& rm -rf /var/lib/apt/lists/*;
50
51
# Refresh keys to prevent invalid signature
0 commit comments