Skip to content

Commit

Permalink
Install build-essential in Dockerfile (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
onesuper authored May 11, 2022
1 parent af063ab commit 6b2f57c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update -y \
wget \
git \
jq \
build-essential \
libsasl2-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 6b2f57c

Please sign in to comment.