Skip to content

Commit

Permalink
feat: add sudo and ninja-build (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen authored Feb 25, 2021
1 parent b1e32ee commit ed731f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
ruby-dev \
tzdata \
unzip \
sudo \
ninja-build \
zip \
&& gem install bundler \
&& rm -rf /var/lib/apt/lists/*;
Expand Down

0 comments on commit ed731f3

Please sign in to comment.