We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e32ee commit ed731f3Copy full SHA for ed731f3
Dockerfile
@@ -44,6 +44,8 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
44
ruby-dev \
45
tzdata \
46
unzip \
47
+ sudo \
48
+ ninja-build \
49
zip \
50
&& gem install bundler \
51
&& rm -rf /var/lib/apt/lists/*;
0 commit comments