added build-essential dep to dockerfiles (#3666)
This commit is contained in:
parent
c97c59f62f
commit
a578e10c49
@ -3,6 +3,7 @@ WORKDIR /build
|
||||
# install tools and dependencies
|
||||
RUN apt-get update && \
|
||||
apt-get install -y \
|
||||
build-essential \
|
||||
g++ \
|
||||
curl \
|
||||
git \
|
||||
|
@ -4,6 +4,7 @@ WORKDIR /build
|
||||
RUN apt-get update && \
|
||||
apt-get install -y \
|
||||
g++ \
|
||||
build-essential \
|
||||
curl \
|
||||
git \
|
||||
file \
|
||||
|
Loading…
Reference in New Issue
Block a user