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