Install docker as well
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7da2652bdd
commit
f918b88e8d
@ -7,6 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
curl \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
@ -21,6 +22,9 @@ wget \
|
|||||||
&& rm -Rf /usr/share/doc && rm -Rf /usr/share/man \
|
&& rm -Rf /usr/share/doc && rm -Rf /usr/share/man \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
|
RUN \
|
||||||
|
curl -fsSL https://get.docker.com | bash
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
python3 -m pip install -U \
|
python3 -m pip install -U \
|
||||||
pip \
|
pip \
|
||||||
|
Loading…
Reference in New Issue
Block a user