Skip to content

Commit ed731f3

Browse files
authored
feat: add sudo and ninja-build (#123)
1 parent b1e32ee commit ed731f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
4444
ruby-dev \
4545
tzdata \
4646
unzip \
47+
sudo \
48+
ninja-build \
4749
zip \
4850
&& gem install bundler \
4951
&& rm -rf /var/lib/apt/lists/*;

0 commit comments

Comments
 (0)