Fix docker build failure due to build update
Change-Id: Icc5a31b516e7f5a3baa2713a753c1738ce6c1166
This commit is contained in:
parent
09891dcd9e
commit
7cbc2720dc
|
@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
wget \
|
curl \
|
||||||
git \
|
git \
|
||||||
python
|
python
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue